mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Wait longer for reconnect
This commit is contained in:
parent
b6332a98c3
commit
f8385dbbff
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $(document).ready(function () {
|
|||
}, 500);
|
||||
}
|
||||
|
||||
}, 5000);
|
||||
}, 7000);
|
||||
} else {
|
||||
|
||||
helper.timeout.add('waiting_for_bootup', function waiting_for_bootup() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue