mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Change VCP reconnect delay to 2.5 seconds. 2 seconds was not long
enough.
This commit is contained in:
parent
b4730034c8
commit
31fa4bfaa2
4 changed files with 4 additions and 4 deletions
|
@ -168,7 +168,7 @@ TABS.cli.read = function (readInfo) {
|
|||
$('a.connect').click();
|
||||
GUI.timeout_add('start_connection',function start_connection() {
|
||||
$('a.connect').click();
|
||||
},2000);
|
||||
},2500);
|
||||
} else {
|
||||
|
||||
GUI.timeout_add('waiting_for_bootup', function waiting_for_bootup() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue