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