You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en/messages.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1281,6 +1281,9 @@
1281
1281
"configurationDigitalIdlePercent": {
1282
1282
"message": "Motor Idle Throttle Value [percent]"
1283
1283
},
1284
+
"configurationDigitalIdlePercentDisabled": {
1285
+
"message": "Motor Idle Throttle Value [percent] is disabled because Dynamic Idle is enabled in PID tuning tab"
1286
+
},
1284
1287
"configurationDigitalIdlePercentHelp": {
1285
1288
"message": "The 'DShot idle' value is the percent of maximum throttle that is sent to the ESCs when the throttle at minimum stick position and the craft is armed. Increase it to gain more idle speed and avoid desyncs. Too high and the craft feels floaty."
1286
1289
},
@@ -1788,6 +1791,18 @@
1788
1791
"pidTuningFeedforwardTransitionHelp": {
1789
1792
"message": "With this parameter, the Feedforward term can be reduced near the center of the sticks, which results in smoother end of flips and rolls.<br>The value represents a point of stick deflection: 0 - stick centered, 1 - full deflection. When the stick is above that point, Feedforward is kept constant at its configured value. When the stick is positioned below that point, Feedforward is reduced proportionally, reaching 0 at the stick center position.<br>Value of 1 gives maximum smoothing effect, while value of 0 keeps the Feedforward fixed at its configured value over the whole stick range."
"message": "Jitter reduction reduces Feedforward when the sticks move slowly. This allows smooth, jitter-free flight when making smooth slow arcs, yet provides full feedforward without any delay when the sticks are moved quickly. A higher threshold value (10-12) is more useful for cinematic or HD freestyle purposes, and a slightly lower value (5) better for racing or higher speed RC links."
0 commit comments