1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2019-01-23 17:14:47 +01:00
parent b6332a98c3
commit f8385dbbff

View file

@ -46,7 +46,7 @@ $(document).ready(function () {
}, 500);
}
}, 5000);
}, 7000);
} else {
helper.timeout.add('waiting_for_bootup', function waiting_for_bootup() {