Remove super expo from config

10.3.x-maintenance
U-DESKTOP-12PPI61\boris.bozic 2016-07-06 13:07:12 +02:00
parent 6694faff33
commit 53c4ee43d3
2 changed files with 2 additions and 6 deletions

View File

@ -529,9 +529,6 @@
"featureTRANSPONDERTip": {
"message": "Configure via the Race Transponder tab after enabling."
},
"featureSUPEREXPO_RATES": {
"message": "Use Super Expo rates curve"
},
"featureSUPEREXPO_RATESTip": {
"message": "Rate value adds instead of rate also Super Expo. Mid stick stays same. Rc rate is always linear. You can modify this setting in the PID tuning tab."
},
@ -1601,7 +1598,7 @@
"message": "Yaw (Hz)"
},
"pidTuningSuperExpo": {
"message": "Enable SuperExpo"
"message": "Enable SuperExpo Rates"
},
"pidTuningRatesSuperExpoHelp": {
"message": "This setting controls the feature 'SUPEREXPO_RATES'"

View File

@ -159,8 +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', mode: 'readonly', name: 'SUPEREXPO_RATES', haveTip: true}
{bit: 22, group: 'other', name: 'AIRMODE'}
);
}