1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 08:45:28 +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

@ -493,7 +493,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
$('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() {