Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-07-12 13:45:19 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-07-12 13:45:19 +0300
commitfc602fa7e7f48002c8f3637e5d7205dc1d793458 (patch)
tree7a99b99e57787eb159cdabdb69cba8d8faa000aa /_locales
parente19aa42952846df9511ea7b57a4097cfd212c90b (diff)
Add RC Smoothing section
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index df80628c..d3f64646 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -4313,5 +4313,17 @@
},
"showAdvancedPIDs": {
"message": "Show advanced PID controllers"
+ },
+ "rc_filter_lpf_hz": {
+ "message": "Manual LPF Hz"
+ },
+ "rc_filter_smoothing_factor": {
+ "message": "Auto Smoothing Factor"
+ },
+ "rc_filter_auto": {
+ "message": "Use automatic RC smoothing"
+ },
+ "rcSmoothing": {
+ "message": "RC Smoothing"
}
}