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>2016-11-20 11:24:24 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2016-11-20 11:24:24 +0300
commit649da56163a88dc2f52ab0622bca8271b056c319 (patch)
treec44c019f5d95d581b0d0455cddbffb6ccae255e7 /_locales
parentd503cb92c7a2b96d25aeaf966f6d8860d585de25 (diff)
ignore rates
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 ee17ee77..1656f1fd 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -1777,5 +1777,17 @@
},
"yawLpfCutoffFrequencyHelp": {
"message": "Yaw P-term LPF cutoff frequency"
+ },
+ "rollPitchItermIgnoreRate": {
+ "message": "Roll/Pitch I-term ignore rate"
+ },
+ "rollPitchItermIgnoreRateHelp": {
+ "message": "PID I-Term is ignored above this rotation rate. This prevents I-term from accumulation during maneuvers"
+ },
+ "yawItermIgnoreRate": {
+ "message": "Yaw I-term ignore rate"
+ },
+ "yawItermIgnoreRateHelp": {
+ "message": "PID I-Term is ignored above this rotation rate. This prevents I-term from accumulation during maneuvers"
}
}