mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Fix reconnection issue in cli
This commit is contained in:
parent
2d268ee115
commit
7f9e15878c
4 changed files with 29 additions and 24 deletions
|
@ -262,7 +262,7 @@ function startProcess() {
|
|||
if (GUI.connected_to || GUI.connecting_to) {
|
||||
$('a.connect').click();
|
||||
} else {
|
||||
self.disconnect();
|
||||
serial.disconnect();
|
||||
}
|
||||
$('div.open_firmware_flasher a.flash').click();
|
||||
} else if (GUI.allowedTabs.indexOf(tab) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue