1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

Fixed disconnect on connection timeout.

This commit is contained in:
Michael Keller 2016-08-16 11:10:53 +12:00
parent 61c618ad66
commit 2973745c7f

View file

@ -177,7 +177,7 @@ function onOpen(openInfo) {
if (!CONFIGURATOR.connectionValid) {
GUI.log(chrome.i18n.getMessage('noConfigurationReceived'));
$('div.connect_controls ').click(); // disconnect
$('div.connect_controls a.connect').click(); // disconnect
}
}, 10000);