Merge pull request #7 from tricopterY/tricopterY-patch-1-6
Update pid_tuning.html10.3.x-maintenance
commit
cd8a28544b
|
@ -83,11 +83,13 @@
|
|||
<th i18n="pidTuningRollPitchRate"></th>
|
||||
<th i18n="pidTuningYawRate"></th>
|
||||
<th i18n="pidTuningTPA"></th>
|
||||
<th i18n="pidTuningTPABreakPoint" class="tpa"></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
<td><input type="number" name="tpa-breakpoint" step="10" min="1000" max="2000" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="clear-both"></div>
|
||||
|
@ -103,4 +105,4 @@
|
|||
<a class="update" href="#" i18n="pidTuningButtonSave"></a>
|
||||
<a class="refresh" href="#" i18n="pidTuningButtonRefresh"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue