mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Split to separate subsection
This commit is contained in:
parent
7cd8ca39db
commit
6268882b6b
2 changed files with 13 additions and 0 deletions
|
@ -1280,6 +1280,9 @@
|
|||
"pidTuning_mainFilters": {
|
||||
"message": "Gyro filters"
|
||||
},
|
||||
"pidTuning_advancedFilters": {
|
||||
"message": "Advanced gyro filters"
|
||||
},
|
||||
"pidTuning_gyro_main_lpf_hz": {
|
||||
"message": "Main gyro filter cutoff frequency"
|
||||
},
|
||||
|
|
|
@ -392,6 +392,16 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="clear-both"></div>
|
||||
<div class="tab_subtitle" data-i18n="pidTuning_advancedFilters" style="margin-top: 1em;"></div>
|
||||
<div class="clear-both"></div>
|
||||
<div class="cf_column">
|
||||
<table class="settings-table settings-table--filtering">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th data-i18n="pidTuning_MatrixFilterType"></th>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue