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:
authorDarren Lines <darren@darrenlines.uk>2022-06-30 21:02:27 +0300
committerDarren Lines <darren@darrenlines.uk>2022-06-30 21:02:27 +0300
commitae78433a3eba675fd164fb31a7a0e514077c26cf (patch)
tree8acaf52af9e5533c23e13ab498b9fe9b1ead81a8 /_locales
parent4b470d2164981de93361e4b809f56431fb036cb8 (diff)
parenta559fdc9995e7e8dda944b77cac400bb37920f20 (diff)
Merge branch 'master' into MrD_Rest-PIDs-to-use-applied-defaults
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index e29a0c80..81902452 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -4120,7 +4120,7 @@
"message": "Should be enabled on Airplanes, Rovers and Boats. Should not be enabled on Multirotors! On Multirotors, when Airmode is active, motors will not stop."
},
"reversibleEscWarning": {
- "message": "When Reversible Motors are used, set Motors IDLE power ot 0%"
+ "message": "When Reversible Motors are used, set Motors IDLE power to 0%"
},
"dynamic_gyro_notch_enabled_help": {
"message": "Matrix Gyro Filter is the new generation of dynamic gyro notches available in INAV. It is recommended to enable it on all Multirotor builds on F4 and F7 flight controllers."
@@ -4290,6 +4290,9 @@
"BLACKBOX_FEATURE_MOTORS": {
"message": "Motors output"
},
+ "BLACKBOX_FEATURE_GYRO_RAW": {
+ "message": "Gyro RAW (no filtering)"
+ },
"axisRoll": {
"message": "Roll"
},