1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 09:15:42 +03:00

reboot procedure improvements

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-01-30 20:34:35 +01:00
parent e711e5ba53
commit 8e9bded7a7
4 changed files with 50 additions and 3 deletions

View file

@ -300,9 +300,9 @@ var serial = {
*/
getTimeout: function () {
if (serial.bitrate >= 57600) {
return 1000;
} else {
return 1500;
} else {
return 2500;
}
}