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()) {