Skip to content

Commit

Permalink
add ToolTip for AirMode
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Oct 9, 2024
1 parent 922adbe commit cd2f302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,9 @@
"featureAIRMODE": {
"message": "Permanently enable Airmode"
},
"featureAIRMODETip": {
"message": "Keeps the PID loop active at zero-throttle, especially I-Term, to allow maintaining control of the craft."
},
"featureRX_SPI": {
"message": "SPI Rx (e.g. built-in Rx)"
},
Expand Down
2 changes: 1 addition & 1 deletion src/js/Features.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Features = function (config) {
{bit: 18, group: 'other', name: 'OSD', haveTip: true, dependsOn: 'OSD'},
{bit: 20, group: 'other', name: 'CHANNEL_FORWARDING', dependsOn: 'SERVOS'},
{bit: 21, group: 'other', name: 'TRANSPONDER', haveTip: true, dependsOn: 'TRANSPONDER'},
{bit: 22, group: 'other', name: 'AIRMODE'},
{bit: 22, group: 'other', name: 'AIRMODE', haveTip: true},
{bit: 25, group: 'rxMode', mode: 'select', name: 'RX_SPI'},
{bit: 27, group: 'escSensor', name: 'ESC_SENSOR'},
{bit: 28, group: 'antiGravity', name: 'ANTI_GRAVITY', haveTip: true, hideName: true},
Expand Down

0 comments on commit cd2f302

Please sign in to comment.