Update roll/pitch/yaw rate limits to match CF's limits
parent
90a9a7e6ae
commit
d6c60fe586
|
@ -91,10 +91,10 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="roll-pitch" ><input type="number" name="roll-pitch" step="0.01" min="0" max="2.55"/></td>
|
||||
<td class="roll" ><input type="number" name="roll" step="0.01" min="0" max="2.55"/></td>
|
||||
<td class="pitch" ><input type="number" name="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 class="roll-pitch" ><input type="number" name="roll-pitch" step="0.01" min="0" max="1.00"/></td>
|
||||
<td class="roll" ><input type="number" name="roll" step="0.01" min="0" max="1.00"/></td>
|
||||
<td class="pitch" ><input type="number" name="pitch" step="0.01" min="0" max="1.00"/></td>
|
||||
<td><input type="number" name="yaw" step="0.01" min="0" max="1.00"/></td>
|
||||
<td><input type="number" name="tpa" step="0.01" min="0" max="2.55"/></td>
|
||||
<td class="tpa-breakpoint"><input type="number" name="tpa-breakpoint" step="10" min="1000" max="2000" /></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue