mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 08:45:26 +03:00
Bring FF component for ROLL, PITCH and YAW
This commit is contained in:
parent
f2eb3d9801
commit
2aec6d2bb7
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@
|
|||
<td><input type="number" name="p" step="1" min="0" max="255" /></td>
|
||||
<td><input type="number" name="i" step="1" min="0" max="255" /></td>
|
||||
<td><input type="number" name="d" step="1" min="0" max="255" /></td>
|
||||
<td></td>
|
||||
<td><input type="number" name="ff" step="1" min="0" max="255" /></td>
|
||||
</tr>
|
||||
<tr class="PITCH" data-pid-bank-position="1">
|
||||
<!-- 1 -->
|
||||
|
@ -49,7 +49,7 @@
|
|||
<td><input type="number" name="p" step="1" min="0" max="255" /></td>
|
||||
<td><input type="number" name="i" step="1" min="0" max="255" /></td>
|
||||
<td><input type="number" name="d" step="1" min="0" max="255" /></td>
|
||||
<td></td>
|
||||
<td><input type="number" name="ff" step="1" min="0" max="255" /></td>
|
||||
</tr>
|
||||
<tr class="YAW" data-pid-bank-position="2">
|
||||
<!-- 2 -->
|
||||
|
@ -57,7 +57,7 @@
|
|||
<td><input type="number" name="p" step="1" min="0" max="255" /></td>
|
||||
<td><input type="number" name="i" step="1" min="0" max="255" /></td>
|
||||
<td><input type="number" name="d" step="1" min="0" max="255" /></td>
|
||||
<td></td>
|
||||
<td><input type="number" name="ff" step="1" min="0" max="255" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table id="pid_baro" class="pid_tuning">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue