1
0
Fork 0
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:
Mark Haslinghuis 2021-08-12 22:55:14 +02:00
parent 2d268ee115
commit 7f9e15878c
No known key found for this signature in database
GPG key ID: 198B0F616296A584
4 changed files with 29 additions and 24 deletions

View file

@ -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) {