mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 08:45:28 +03:00
Merge pull request #1350 from McGiverGim/fix_itermrelax_tooltip
Fix Absolute Control tooltip.
This commit is contained in:
commit
c3f64107b4
1 changed files with 1 additions and 1 deletions
|
@ -3141,7 +3141,7 @@
|
|||
"message": "Absolute Control"
|
||||
},
|
||||
"pidTuningAbsoluteControlGainHelp": {
|
||||
"message": "This feature solves some underlying problems of I Term Rotation and should hopefully replace it at some point. The feature accumulates the absolute gyro error in quad coordinates and mixes a proportional correction into the setpoint. It needs to have the iterm_relax enable for RPY."
|
||||
"message": "This feature solves some underlying problems of $t(pidTuningItermRotation.message) and should hopefully replace it at some point. This feature accumulates the absolute gyro error in quad coordinates and mixes a proportional correction into the setpoint. For it to work you need to enable AirMode and $t(pidTuningItermRelax.message) (for $t(pidTuningItermRelaxAxesOptionRP.message)). If you combine this feature with $t(pidTuningIntegratedYaw.message), you can set $t(pidTuningItermRelax.message) enabled for $t(pidTuningItermRelaxAxesOptionRPY.message)."
|
||||
},
|
||||
"pidTuningThrottleBoost": {
|
||||
"message": "Throttle Boost"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue