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:00:07 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-12-15 16:00:07 +0300
commit4e809298aa08b772288dbce9cc7c892da8ce5d25 (patch)
tree1480f7214abdd81b56be09566d8a1433eb4495d6 /_locales
parenta5da3cb7b83b08a878bf2353b9f8eff51a7d1f6b (diff)
Acc notch filter settings
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 ab7a367b..095d13f6 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -2838,5 +2838,17 @@
},
"mapApiKey": {
"message": "Map API key"
+ },
+ "accNotchHz": {
+ "message": "Acc. notch filter freq."
+ },
+ "accNotchHzHelp": {
+ "message": "Allow to set a single notch filter for accelerometer readout. Should be configured in the same way as gyro notch if accelerometer records a noise spike above acc. LPF filter"
+ },
+ "accNotchCutoff": {
+ "message": "Acc. notch filter cutoff freq."
+ },
+ "accNotchCutoffHelp": {
+ "message": "Should be kept below acc. notch filter frequency"
}
}