Remove super expo from config
parent
6694faff33
commit
53c4ee43d3
|
@ -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'"
|
||||||
|
|
|
@ -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}
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue