Skip to content

Commit

Permalink
Add tooltip for altitude hold (betaflight#4222)
Browse files Browse the repository at this point in the history
Add helpMode tooltip for altitude hold
  • Loading branch information
haslinghuis authored and demvlad committed Nov 14, 2024
1 parent 8fde637 commit be22f79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2411,6 +2411,10 @@
"message": "In the standard mixer / mode, when the roll, pitch and yaw gets calculated and saturates a motor, all motors will be reduced equally. When a motor goes below minimum it gets clipped off. Say you had your throttle just above minimum and tried to pull a quick roll - since two motors can't go any lower, you essentially get half the power (half of your PID gain). If your inputs would have asked for more than a 100% difference between the high and low motors, the low motors would get clipped, breaking the symmetry of the motor balance by unevenly reducing the gain",
"description": "Help text to AIRMODE mode"
},
"auxiliaryHelpMode_ALTHOLD": {
"message": "Altitude mode is the safest non-GPS manual mode for new fliers. It is just like Stabilized mode but additionally locks the vehicle altitude when the sticks are released",
"description": "Help text for ALTITUDE HOLD mode"
},
"auxiliaryHelpMode_BEEPER": {
"message": "Enable beeping - useful for locating a crashed aircraft",
"description": "Help text to BEEPER mode"
Expand Down

0 comments on commit be22f79

Please sign in to comment.