1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

increasing reboot delay to 5 seconds

This commit is contained in:
cTn 2013-11-10 19:06:06 +01:00
parent b8ce42d35d
commit 7948fb55bb
2 changed files with 2 additions and 1 deletions

View file

@ -142,7 +142,7 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
CLI_active = false;
if (callback) callback();
}, 3000);
}, 5000); // if we dont allow enough time to reboot, CRC of "first" command sent will fail, keep an eye for this one
});
break;
default: