From c335e88e060d4f989b9477a67263124b25d515ea Mon Sep 17 00:00:00 2001 From: mikeller Date: Mon, 4 Jul 2016 19:36:19 +1200 Subject: [PATCH] Fixed #73 --- tabs/pid_tuning.html | 8 +++++--- tabs/pid_tuning.js | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tabs/pid_tuning.html b/tabs/pid_tuning.html index 76c80c40..196b28d9 100755 --- a/tabs/pid_tuning.html +++ b/tabs/pid_tuning.html @@ -179,7 +179,7 @@ - +
@@ -203,7 +203,6 @@
-
@@ -214,7 +213,10 @@
diff --git a/tabs/pid_tuning.js b/tabs/pid_tuning.js index 05492468..f33c8f4a 100755 --- a/tabs/pid_tuning.js +++ b/tabs/pid_tuning.js @@ -289,6 +289,7 @@ TABS.pid_tuning.initialize = function (callback) { if (have_sensor(CONFIG.activeSensors, 'acc')) { $('#pid_accel').show(); + $('#pid_level').show(); } var showTitle = false;
-
+
+
+
+