1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

apply limits, cleanup for RC values in pid tab

This commit is contained in:
cTn 2014-02-02 03:47:25 +01:00
parent 67d0fc9f3a
commit 014844ba0a

View file

@ -72,9 +72,9 @@
<th>TPA</th>
</tr>
<tr>
<td><input type="number" step="0.01" name="roll-pitch" value="" /></td>
<td><input type="number" step="0.01" name="yaw" value="" /></td>
<td><input type="number" step="0.01" name="tpa" value="" /></td>
<td><input type="number" name="roll-pitch" step="0.01" min="0" max="2.55" /></td>
<td><input type="number" name="yaw" step="0.01" min="0" max="2.55" /></td>
<td><input type="number" name="tpa" step="0.01" min="0" max="2.55" /></td>
</tr>
</table>
<a class="update" href="#">Save</a>