mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Add support for ACC_CALIB arming disabled flag
This commit is contained in:
parent
96f9eaf2ea
commit
c6eaefd1b9
2 changed files with 7 additions and 0 deletions
|
@ -239,6 +239,9 @@ TABS.setup.initialize = function (callback) {
|
|||
disarmFlagElements = disarmFlagElements.concat(['REBOOT_REQD',
|
||||
'DSHOT_BBANG']);
|
||||
}
|
||||
if (semver.gte(CONFIG.apiVersion, "1.43.0")) {
|
||||
disarmFlagElements = disarmFlagElements.concat(['ACC_CALIB']);
|
||||
}
|
||||
|
||||
// Always the latest element
|
||||
disarmFlagElements = disarmFlagElements.concat(['ARM_SWITCH']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue