1
0
Fork 0
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:
Michael Keller 2019-02-12 19:39:38 +13:00 committed by GitHub
commit c30c2142b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 80 additions and 43 deletions

View file

@ -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;
}
}
}