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:
parent
b8ce42d35d
commit
7948fb55bb
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue