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

38 lines
1.6 KiB
HTML

<div class="tab-servos">
<span i18n="servosModel"></span> <strong class="model"></strong>
<div class="supported_wrapper">
<div class="title" i18n="servosChangeDirection"></div>
<table class="fields">
<tr class="main">
<th width="20%" i18n="servosName"></th>
<th i18n="servosMid"></th>
<th i18n="servosMin"></th>
<th i18n="servosMax"></th>
<th style="width: 40px">CH-1</th>
<th style="width: 40px">CH-2</th>
<th style="width: 40px">CH-3</th>
<th style="width: 40px">CH-4</th>
<th style="width: 40px">AUX1</th>
<th style="width: 40px">AUX2</th>
<th style="width: 40px">AUX3</th>
<th style="width: 40px">AUX4</th>
<th style="width: 200px" i18n="servosDirection"></th>
</tr>
</table>
<div class="direction_wrapper">
<div class="title" style="width: 258px" i18n="servosGyroAccelDirection"></div>
<table class="directions" style="width: 260px">
<tr class="main">
<th style="width: 200px" i18n="servosName"></th>
<th i18n="servosDirection"></th>
</tr>
</table>
</div>
<div class="live">
<span i18n="servosLiveMode"></span> <input type="checkbox" />
</div>
<div class="buttons">
<a class="update" href="#" i18n="servosButtonSave"></a>
</div>
</div>
</div>