From dc4ccbbf12e47e64721b1090f2ed854346671524 Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Thu, 18 Apr 2024 19:53:10 +0200 Subject: [PATCH] Heading hold rate --- _locales/en/messages.json | 6 ++++++ src/css/tabs/pid_tuning.css | 2 +- tabs/pid_tuning.html | 18 +++++++++++------- tabs/pid_tuning.js | 1 + 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 6562f88f..7c78db0c 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1308,6 +1308,12 @@ "portsFunction_SBUS_OUTPUT": { "message": "SBus Output" }, + "pidTuning_Other": { + "message": "Other" + }, + "pidTuning_HeadingHold_Rate": { + "message": "Heading Hold Rate (°/s)" + }, "pidTuning_ShowAllPIDs": { "message": "Show all PIDs" }, diff --git a/src/css/tabs/pid_tuning.css b/src/css/tabs/pid_tuning.css index 37a9aa51..2e52e4eb 100644 --- a/src/css/tabs/pid_tuning.css +++ b/src/css/tabs/pid_tuning.css @@ -410,7 +410,7 @@ .pid-slider-row span, .pid-switch-row .label { margin-right: 2em; - width: 120px; + width: 150px; line-height: 22px;; } diff --git a/tabs/pid_tuning.html b/tabs/pid_tuning.html index 211591cf..96dcfa45 100644 --- a/tabs/pid_tuning.html +++ b/tabs/pid_tuning.html @@ -500,6 +500,17 @@ +
+

+
+ +
+ +
+
+
+
+
@@ -519,13 +530,6 @@
- - - -
-
- -
diff --git a/tabs/pid_tuning.js b/tabs/pid_tuning.js index f68e224a..9719dfd4 100644 --- a/tabs/pid_tuning.js +++ b/tabs/pid_tuning.js @@ -167,6 +167,7 @@ TABS.pid_tuning.initialize = function (callback) { if (!FC.isMultirotor()) { $('#ez-tune-switch').hide(); + $('.only-for-multirotor').hide(); } if (FC.isMultirotor()) {