Changelog

10.3.x-maintenance v1.7.8
U-DESKTOP-12PPI61\boris.bozic 2016-09-06 22:11:53 +02:00
parent 388ac3dde3
commit 2588f9d49a
2 changed files with 2 additions and 2 deletions

View File

@ -833,7 +833,7 @@
"message": "D Setpoint Weight" "message": "D Setpoint Weight"
}, },
"pidTuningPtermSetpointHelp": { "pidTuningPtermSetpointHelp": {
"message": "This parameter determines the transient behaviour of P on abrupt stick moves. Lower value gives less overshoot and smoother behaviour, but too low values can slow down the response. Value of 1 equals to legacy pid controller. Values higher than 1.0 can open a possibility to run lower pids without losing the stick feel." "message": "This parameter determines the transient behaviour of P on abrupt stick moves. Lower value gives less overshoot and smoother behaviour, but too low values can slow down the response of P. Value of 1 equals to legacy pid controller. Values higher than 1.0 can open a possibility to run lower pids without losing the stick feel."
}, },
"pidTuningDtermSetpointHelp": { "pidTuningDtermSetpointHelp": {
"message": "This parameter determines the transient behaviour of D on stick inputs.<br> Value of 0 equals to old Measuemenent method where D only tracks gyro, while value of 1 equals to old Error method with equal gyro and stick tracking ratio.<br> Lower value equals to slower/smoother stick response, while higher value provides more stick acceleration response.<br> Note that RC interpolation is recommended to be enabled with higher values to prevent control kicks making noise" "message": "This parameter determines the transient behaviour of D on stick inputs.<br> Value of 0 equals to old Measuemenent method where D only tracks gyro, while value of 1 equals to old Error method with equal gyro and stick tracking ratio.<br> Lower value equals to slower/smoother stick response, while higher value provides more stick acceleration response.<br> Note that RC interpolation is recommended to be enabled with higher values to prevent control kicks making noise"

View File

@ -1,6 +1,6 @@
<span>2016.09.06 - 1.7.8 - BetaFlight</span> <span>2016.09.06 - 1.7.8 - BetaFlight</span>
<ul> <ul>
<li>Increase pterm setpoint range</li> <li>Change rates to super rates</li>
<li>Fix curve representation for 3.0.0</li> <li>Fix curve representation for 3.0.0</li>
<li>Move max deg/sec to pid columns</li> <li>Move max deg/sec to pid columns</li>
</ul> </ul>