mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
fix_reboot
Fix clicks reinitializeConnection should be callback MSP fix
This commit is contained in:
parent
1c9ce766ba
commit
f5dab89965
12 changed files with 40 additions and 49 deletions
|
@ -413,8 +413,7 @@ TABS.failsafe.initialize = function (callback, scrollPosition) {
|
|||
GUI.log(i18n.getMessage('configurationEepromSaved'));
|
||||
|
||||
GUI.tab_switch_cleanup(function() {
|
||||
MSP.send_message(MSPCodes.MSP_SET_REBOOT, false, false);
|
||||
reinitialiseConnection(self);
|
||||
MSP.send_message(MSPCodes.MSP_SET_REBOOT, false, false, reinitializeConnection(self));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue