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
+26-6Lines changed: 26 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2057,23 +2057,34 @@
2057
2057
"message": "Manual"
2058
2058
},
2059
2059
"receiverRcSmoothingAutoFactor": {
2060
-
"message": "Auto Factor",
2061
-
"description": "Auto Factor parameter for RC smoothing"
2060
+
"message": "SetPoint Auto Factor",
2061
+
"description": "SetPoint Auto Factor parameter for RC smoothing"
2062
2062
},
2063
2063
"receiverRcSmoothingAutoFactorHelp": {
2064
-
"message": "Adjusts the Auto factor calculation, 10 is the default factor to delay ratio. Increasing the number will smooth RC inputs more, while also adding delay. This may be useful for unreliable RC connections or for cinematic flying.<br>Be careful with numbers approaching 50, input delay will become noticeable.<br>Use the CLI command rc_smoothing_info while TX and RX are powered to see the automatically calculated RC smoothing cutoffs.",
2065
-
"description": "Auto Factor parameter help message"
2064
+
"message": "Adjusts the SetPoint Auto factor calculation, 10 is the default factor to delay ratio. Increasing the number will smooth RC inputs more, while also adding delay. This may be useful for unreliable RC connections or for cinematic flying.<br>Be careful with numbers approaching 50, input delay will become noticeable.<br>Use the CLI command rc_smoothing_info while TX and RX are powered to see the automatically calculated RC smoothing cutoffs.",
2065
+
"description": "SetPoint Auto Factor parameter help message"
2066
2066
},
2067
2067
"receiverRcSmoothingAutoFactorHelp2": {
2068
-
"message": "Adjusts auto RC smoothing. 30 is the default. Higher values smooth RC inputs more - e.g. 60 for HD freestyle or 90-120 for cinematic flying. Note: Values over 50 will cause appreciable stick delay. Lower values, eg 20-25, will transfer some of the RC control steps into the motor signals, slightly increasing motor heat, but will reduce RC delay slightly. This may be useful for racing.",
2069
-
"description": "Auto Factor parameter help message"
2068
+
"message": "Adjusts SetPoint RC smoothing. 30 is the default. Higher values smooth RC inputs more - e.g. 60 for HD freestyle or 90-120 for cinematic flying. Note: Values over 50 will cause appreciable stick delay. Lower values, eg 20-25, will transfer some of the RC control steps into the motor signals, slightly increasing motor heat, but will reduce RC delay slightly. This may be useful for racing.",
2069
+
"description": "SetPoint Auto Factor parameter help message"
2070
+
},
2071
+
"receiverRcSmoothingAutoFactorThrottle": {
2072
+
"message": "Throttle Auto Factor",
2073
+
"description": "Throttle Auto Factor parameter for RC smoothing"
2074
+
},
2075
+
"receiverRcSmoothingAutoFactorThrottleHelp": {
2076
+
"message": "Adjusts the Throttle factor calculation, 10 is the default factor to delay ratio. Increasing the number will smooth throttle inputs more, while also adding delay. This may be useful for unreliable RC connections or for cinematic flying.<br>Be careful with numbers approaching 50, input delay will become noticeable.<br>Use the CLI command rc_smoothing_info while TX and RX are powered to see the automatically calculated RC smoothing cutoffs.",
2077
+
"description": "Throttle Auto Factor parameter help message"
2070
2078
},
2071
2079
"receiverRcFeedforwardTypeSelect": {
2072
2080
"message": "Feedforward Cutoff Type"
2073
2081
},
2074
2082
"receiverRcSetpointTypeSelect": {
2075
2083
"message": "Setpoint Cutoff Type"
2076
2084
},
2085
+
"receiverThrottleTypeSelect": {
2086
+
"message": "Throttle Cutoff Type"
2087
+
},
2077
2088
"receiverRcSmoothingInterpolation": {
2078
2089
"message": "Interpolation"
2079
2090
},
@@ -2095,9 +2106,18 @@
2095
2106
"receiverRcSmoothingFeedforwardManual": {
2096
2107
"message": "Selects whether the feedforward filter cutoff frequency is automatically calculated (recommended) or manually selected by the user. Using \"Manual\" is not recommended for receiver protocols like Crossfire which can change in flight."
2097
2108
},
2109
+
"receiverRcSmoothingThrottleManual": {
2110
+
"message": "Selects whether RC smoothing is automatically calculated (recommended) or manually selected by the user. Using \"Manual\" is not recommended for receiver protocols like Crossfire which can change in flight."
2111
+
},
2112
+
"rcSmoothingThrottleCutoffHelp": {
2113
+
"message": "The cutoff frequency in Hz used by the throttle smoothing filter. Using lower values will result in smoother inputs and are more appropriate for slower receiver protocols. Most users should leave this at 0 corresponding to \"Auto\"."
0 commit comments