mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 14:55:15 +03:00
Force FC status reset when flashing
This commit is contained in:
parent
b5185092c9
commit
5b836e0e68
2 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
{{ firmwareId }}
|
||||
</span>
|
||||
<br />
|
||||
<span v-if="firmwareVersion && hardwareId">
|
||||
<span v-if="hardwareId">
|
||||
{{ $t("versionLabelTarget") }}: {{ hardwareId }}
|
||||
</span>
|
||||
</span>
|
||||
|
|
|
@ -1076,6 +1076,7 @@ TABS.firmware_flasher.initialize = function (callback) {
|
|||
|
||||
function startFlashing() {
|
||||
exitDfuElement.addClass('disabled');
|
||||
FC.resetState();
|
||||
if (!GUI.connect_lock) { // button disabled while flashing is in progress
|
||||
if (self.parsed_hex) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue