mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Fix unable to reconnect after disconnecting when CLI was active.
This commit is contained in:
parent
ae700e6daf
commit
60bfeed194
1 changed files with 1 additions and 0 deletions
|
@ -221,5 +221,6 @@ TABS.cli.cleanup = function (callback) {
|
|||
GUI.timeout_add('waiting_for_bootup', function waiting_for_bootup() {
|
||||
if (callback) callback();
|
||||
}, 1000); // if we dont allow enough time to reboot, CRC of "first" command sent will fail, keep an eye for this one
|
||||
CONFIGURATOR.cliActive = false;
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue