Add Airmode to feature list
parent
3852cc5bee
commit
56c44c1c3e
|
@ -529,6 +529,9 @@
|
|||
"featureSUPEREXPO_RATES": {
|
||||
"message": "Rate value adds instead of rate also Super Expo. Mid stick stays same. Rc rate is always liniear"
|
||||
},
|
||||
"featureAIRMODE": {
|
||||
"message": "Airmode always enabled!"
|
||||
},
|
||||
|
||||
"configurationFeatureEnabled": {
|
||||
"message": "Enabled"
|
||||
|
|
|
@ -159,6 +159,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
|
||||
if (CONFIG.flightControllerIdentifier == "BTFL" && semver.gte(CONFIG.flightControllerVersion, "2.8.0")) {
|
||||
features.push(
|
||||
{bit: 22, group: 'other', name: 'AIRMODE'},
|
||||
{bit: 23, group: 'other', name: 'SUPEREXPO_RATES'}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue