Add Airmode to feature list

10.3.x-maintenance
U-DESKTOP-12PPI61\boris.bozic 2016-06-26 14:14:59 +02:00
parent 3852cc5bee
commit 56c44c1c3e
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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'}
);
}