1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 15:25:22 +03:00

Fix messages

This commit is contained in:
IvoFPV 2019-08-22 14:05:04 +02:00
parent 39a81a0728
commit b3a5865a65

View file

@ -1452,7 +1452,7 @@
}, },
"pidTuningAntiGravityMode": { "pidTuningAntiGravityMode": {
"message": "Mode", "message": "Mode",
"description": "One of the modes of anti gravity" "description": "Anti Gravity mode selection parameter"
}, },
"pidTuningAntiGravityModeOptionSmooth": { "pidTuningAntiGravityModeOptionSmooth": {
"message": "Smooth", "message": "Smooth",
@ -1486,7 +1486,7 @@
"description": "Advance of the D Min feature" "description": "Advance of the D Min feature"
}, },
"pidTuningDMinHelp": { "pidTuningDMinHelp": {
"message": "Gain adjusts how fast D min gets up to its maximum value and is based on gyro to determine sharp moves and propwash events. Advance makes D min go up earlier by using setpoint instead of gyro to determine sharp moves.", "message": "D Min provides a way to have a lower level of D in normal flight and a higher level for quick maneuvers that might cause overshoot, like flips and rolls. It also brings D up during prop wash. Gain adjusts how fast D gets up to its maximum value and is based on gyro to determine sharp moves and propwash events. Advance makes D go up earlier by using setpoint instead of gyro to determine sharp moves.",
"description": "D Min feature helpicon message" "description": "D Min feature helpicon message"
}, },
"pidTuningPidSettings": { "pidTuningPidSettings": {