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;
-
+
+
+
+