1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00

Auto merged - #2561 at Sun, 26 Sep 2021 00:17:14 GMT

Fix reconnection issue in cli
This commit is contained in:
J Blackman 2021-09-26 10:17:14 +10:00 committed by GitHub
commit b93805154c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 24 deletions

View file

@ -265,7 +265,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) {