1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 07:15:15 +03:00

Rename ACC_CALIB arming disabled message to NO_ACC_CAL

This commit is contained in:
Bruce Luckcuck 2020-02-05 18:07:15 -05:00
parent 2925646d82
commit 01e35c2ecb
5 changed files with 9 additions and 9 deletions

View file

@ -240,7 +240,7 @@ TABS.setup.initialize = function (callback) {
'DSHOT_BBANG']);
}
if (semver.gte(CONFIG.apiVersion, "1.43.0")) {
disarmFlagElements = disarmFlagElements.concat(['ACC_CALIB']);
disarmFlagElements = disarmFlagElements.concat(['NO_ACC_CAL']);
}
// Always the latest element