1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 19:40:22 +03:00

Fix unable to reconnect after disconnecting when CLI was active.

This commit is contained in:
Dominic Clifton 2016-03-24 14:50:24 +01:00
parent ae700e6daf
commit 60bfeed194

View file

@ -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;
});
};