mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 13:25:24 +03:00
Merge pull request #1289 from mikeller/add_dataflash_save_deprecation
Added deprecation warning for dataflash saving.
This commit is contained in:
commit
c30c2142b1
5 changed files with 80 additions and 43 deletions
|
@ -1309,7 +1309,9 @@ MspHelper.prototype.process_data = function(dataHandler) {
|
|||
|
||||
switch (code) {
|
||||
case MSPCodes.MSP_SET_REBOOT:
|
||||
showErrorDialog(i18n.getMessage('operationNotSupported'));
|
||||
TABS.onboard_logging.mscRebootFailedCallback();
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue