1
0
Fork 0
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:
Dominic Clifton 2015-12-17 09:52:10 +01:00
parent b4730034c8
commit 31fa4bfaa2
4 changed files with 4 additions and 4 deletions

View file

@ -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() {