mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Rename ACC_CALIB arming disabled message to NO_ACC_CAL
This commit is contained in:
parent
2925646d82
commit
01e35c2ecb
5 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue