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

Merge pull request #1872 from etracer65/rename_acc_calib_arming_disabled

Rename ACC_CALIB arming disabled message to NO_ACC_CAL
This commit is contained in:
Michael Keller 2020-02-08 14:55:59 +13:00 committed by GitHub
commit 719491635e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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