apply limits, cleanup for RC values in pid tab

10.3.x-maintenance
cTn 2014-02-02 03:47:25 +01:00
parent 67d0fc9f3a
commit 014844ba0a
1 changed files with 3 additions and 3 deletions

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>