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-10-01 13:37:14 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2022-10-01 13:37:14 +0300
commite038ad116ebbdfb44382df7d64ec1f549cc4a8be (patch)
treef34f280ad80a455c04528f2e2303f28db41c9e8a /_locales
parent8734b3dc7bb4152f8ff05488759314596dbd2d04 (diff)
Add throtlle_scale to GUI
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 bb77004f..8e6bd6c2 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -4331,5 +4331,11 @@
},
"rcSmoothing": {
"message": "RC Smoothing"
+ },
+ "throttle_scale": {
+ "message": "Throttle scale"
+ },
+ "throttle_scale_help": {
+ "message": "Allow to limit effective power fed to the motors. Throttle Scale 1 mean there is no power limiting. Throttle Scale 0.5 means throttle position will be cut in half before passed to the motors."
}
}