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