From e038ad116ebbdfb44382df7d64ec1f549cc4a8be Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Sat, 1 Oct 2022 12:37:14 +0200 Subject: Add throtlle_scale to GUI --- _locales/en/messages.json | 6 ++++++ tabs/outputs.html | 9 +++++++++ 2 files changed, 15 insertions(+) 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." } } diff --git a/tabs/outputs.html b/tabs/outputs.html index 6898a7a0..b19f953f 100644 --- a/tabs/outputs.html +++ b/tabs/outputs.html @@ -52,6 +52,14 @@ + +
+ + +
+
@@ -86,6 +94,7 @@
+
-- cgit v1.2.3