mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +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
|
@ -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