Fixed #73
parent
821bcc6649
commit
0a95079577
|
@ -179,7 +179,7 @@
|
||||||
<th class="third" i18n="pidTuningTransition"></th>
|
<th class="third" i18n="pidTuningTransition"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<table>
|
<table id="pid_level" class="pid_tuning">
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="3">
|
<th colspan="3">
|
||||||
<div class="pid_mode">
|
<div class="pid_mode">
|
||||||
|
@ -203,7 +203,6 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div id="pid_filter" class="gui_box grey topspacer pid_tuning">
|
<div id="pid_filter" class="gui_box grey topspacer pid_tuning">
|
||||||
<div class="helpicon cf_tip" i18n_title="FilterTip"></div>
|
|
||||||
<table class="pid_titlebar">
|
<table class="pid_titlebar">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="third" i18n="pidTuningGyro"></th>
|
<th class="third" i18n="pidTuningGyro"></th>
|
||||||
|
@ -214,7 +213,10 @@
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="3">
|
<th colspan="3">
|
||||||
<div class="pid_mode" i18n="pidTuningLfpFilters"> </div>
|
<div class="pid_mode">
|
||||||
|
<div i18n="pidTuningLfpFilters" style="float: left;"> </div>
|
||||||
|
<div class="helpicon cf_tip" i18n_title="FilterTip"></div>
|
||||||
|
</div>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -289,6 +289,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
||||||
|
|
||||||
if (have_sensor(CONFIG.activeSensors, 'acc')) {
|
if (have_sensor(CONFIG.activeSensors, 'acc')) {
|
||||||
$('#pid_accel').show();
|
$('#pid_accel').show();
|
||||||
|
$('#pid_level').show();
|
||||||
}
|
}
|
||||||
|
|
||||||
var showTitle = false;
|
var showTitle = false;
|
||||||
|
|
Loading…
Reference in New Issue