Skip to content

Commit 2588f9d

Browse files
committed
Changelog
1 parent 388ac3d commit 2588f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
"message": "D Setpoint Weight"
834834
},
835835
"pidTuningPtermSetpointHelp": {
836-
"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."
836+
"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."
837837
},
838838
"pidTuningDtermSetpointHelp": {
839839
"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"

changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<span>2016.09.06 - 1.7.8 - BetaFlight</span>
22
<ul>
3-
<li>Increase pterm setpoint range</li>
3+
<li>Change rates to super rates</li>
44
<li>Fix curve representation for 3.0.0</li>
55
<li>Move max deg/sec to pid columns</li>
66
</ul>

0 commit comments

Comments
 (0)