mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +03:00
bugfix
This commit is contained in:
parent
04ee01f057
commit
bb5bffc555
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ STM32_protocol.prototype.upload_procedure = function(step) {
|
||||||
STM32.GUI_status('STM32 Communication with bootloader <span style="color: red">failed</span>');
|
STM32.GUI_status('STM32 Communication with bootloader <span style="color: red">failed</span>');
|
||||||
|
|
||||||
// disconnect
|
// disconnect
|
||||||
this.upload_procedure(99);
|
self.upload_procedure(99);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue