mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +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>');
|
||||
|
||||
// disconnect
|
||||
this.upload_procedure(99);
|
||||
self.upload_procedure(99);
|
||||
}
|
||||
});
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue