You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/servos.html

28 lines
1.1 KiB
HTML

11 years ago
<div class="tab-servos">
<div class="require-support">
<div class="title" i18n="servosChangeDirection"></div>
<table class="fields">
<tr class="main">
<th width="200px" i18n="servosName"></th>
<th style="width: 120px" i18n="servosMid"></th>
<th style="width: 120px" i18n="servosMin"></th>
<th style="width: 120px" i18n="servosMax"></th>
<th style="width: 120px" i18n="servosAngleAtMin"></th>
<th style="width: 120px" i18n="servosAngleAtMax"></th>
<th style="width: 40px">CH1</th>
<th style="width: 40px">CH2</th>
<th style="width: 40px">CH3</th>
<th style="width: 40px">CH4</th>
</tr>
</table>
<div class="live">
<span i18n="servosLiveMode"></span> <input type="checkbox" />
</div>
<div class="buttons">
<a class="update" href="#" i18n="servosButtonSave"></a>
</div>
</div>
<div class="note require-upgrade" i18n="servosFirmwareUpgradeRequired">
</div>
11 years ago
</div>