mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
fix rare condition in which flasher could hang and wont let the user leave
This commit is contained in:
parent
1e681bbdd2
commit
37746bf3ed
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ STM32_protocol.prototype.connect = function (port, baud, hex, options) {
|
|||
if (openInfo) {
|
||||
self.initialize();
|
||||
} else {
|
||||
GUI.connect_lock = false;
|
||||
GUI.log('<span style="color: red">Failed</span> to open serial port');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue