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:
parent
b4730034c8
commit
31fa4bfaa2
4 changed files with 4 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue