mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
commit
9edc49c061
2 changed files with 1 additions and 12 deletions
|
@ -529,13 +529,9 @@
|
||||||
"featureTRANSPONDERTip": {
|
"featureTRANSPONDERTip": {
|
||||||
"message": "Configure via the Race Transponder tab after enabling."
|
"message": "Configure via the Race Transponder tab after enabling."
|
||||||
},
|
},
|
||||||
"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."
|
|
||||||
},
|
|
||||||
"featureAIRMODE": {
|
"featureAIRMODE": {
|
||||||
"message": "Airmode always enabled!"
|
"message": "Airmode always enabled!"
|
||||||
},
|
},
|
||||||
|
|
||||||
"configurationFeatureEnabled": {
|
"configurationFeatureEnabled": {
|
||||||
"message": "Enabled"
|
"message": "Enabled"
|
||||||
},
|
},
|
||||||
|
|
|
@ -200,20 +200,13 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
||||||
+ feature_tip_html + '</td></tr>');
|
+ feature_tip_html + '</td></tr>');
|
||||||
radioGroups.push(features[i].group);
|
radioGroups.push(features[i].group);
|
||||||
} else {
|
} else {
|
||||||
var readonlyModifier = '';
|
|
||||||
if (features[i].mode === 'readonly') {
|
|
||||||
readonlyModifier = ' readonly';
|
|
||||||
}
|
|
||||||
|
|
||||||
row_e = $('<tr><td><input class="feature toggle"'
|
row_e = $('<tr><td><input class="feature toggle"'
|
||||||
+ i
|
+ i
|
||||||
+ '" name="'
|
+ '" name="'
|
||||||
+ features[i].name
|
+ features[i].name
|
||||||
+ '" title="'
|
+ '" title="'
|
||||||
+ features[i].name
|
+ features[i].name
|
||||||
+ '" type="checkbox"'
|
+ '" type="checkbox"/></td><td><label for="feature-'
|
||||||
+ readonlyModifier
|
|
||||||
+ '/></td><td><label for="feature-'
|
|
||||||
+ i
|
+ i
|
||||||
+ '">'
|
+ '">'
|
||||||
+ features[i].name
|
+ features[i].name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue