mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
Fixed #73
This commit is contained in:
parent
821bcc6649
commit
c335e88e06
2 changed files with 6 additions and 3 deletions
|
@ -179,7 +179,7 @@
|
|||
<th class="third" i18n="pidTuningTransition"></th>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
<table id="pid_level" class="pid_tuning">
|
||||
<tr>
|
||||
<th colspan="3">
|
||||
<div class="pid_mode">
|
||||
|
@ -203,7 +203,6 @@
|
|||
</table>
|
||||
</div>
|
||||
<div id="pid_filter" class="gui_box grey topspacer pid_tuning">
|
||||
<div class="helpicon cf_tip" i18n_title="FilterTip"></div>
|
||||
<table class="pid_titlebar">
|
||||
<tr>
|
||||
<th class="third" i18n="pidTuningGyro"></th>
|
||||
|
@ -214,7 +213,10 @@
|
|||
<table>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue