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": { "featureTRANSPONDERTip": {
"message": "Configure via the Race Transponder tab after enabling." "message": "Configure via the Race Transponder tab after enabling."
}, },
"featureSUPEREXPO_RATES": {
"message": "Use Super Expo rates curve"
},
"featureSUPEREXPO_RATESTip": { "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." "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)" "message": "Yaw (Hz)"
}, },
"pidTuningSuperExpo": { "pidTuningSuperExpo": {
"message": "Enable SuperExpo" "message": "Enable SuperExpo Rates"
}, },
"pidTuningRatesSuperExpoHelp": { "pidTuningRatesSuperExpoHelp": {
"message": "This setting controls the feature 'SUPEREXPO_RATES'" "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")) { if (CONFIG.flightControllerIdentifier === "BTFL" && semver.gte(CONFIG.flightControllerVersion, "2.8.0")) {
features.push( features.push(
{bit: 22, group: 'other', name: 'AIRMODE'}, {bit: 22, group: 'other', name: 'AIRMODE'}
{bit: 23, group: 'other', mode: 'readonly', name: 'SUPEREXPO_RATES', haveTip: true}
); );
} }