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:
parent
61c618ad66
commit
2973745c7f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue