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>2018-12-15 16:13:19 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-12-15 16:13:19 +0300
commit30c715696925cda6021f719fe680a4a44cf75fae (patch)
treedf8ae762532e25cb0cc1f3bff22f0f6b10f78829 /_locales
parent4e809298aa08b772288dbce9cc7c892da8ce5d25 (diff)
Gyro stage 2 UI
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 095d13f6..dc768308 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2850,5 +2850,11 @@
},
"accNotchCutoffHelp": {
"message": "Should be kept below acc. notch filter frequency"
+ },
+ "gyroStage2LpfCutoffFrequency": {
+ "message": "Gyro Stage 2 LPF cutoff frequency"
+ },
+ "gyroStage2LpfCutoffFrequencyHelp": {
+ "message": "Second stage gyro low pass filter that is an equivalent of Betaflight not-Kalman stage2 filter. It has to be setup above first stage gyro LPF. For 5 and 6-inch miniquads, this usually means above 150Hz. 7-inch quads above 125Hz."
}
}