betaflight-configurator/tabs/servos.html

38 lines
1.6 KiB
HTML
Raw Normal View History

2013-11-08 09:35:06 +00:00
<div class="tab-servos">
2014-05-06 21:57:57 +00:00
<span i18n="servosModel"></span> <strong class="model"></strong>
<div class="supported_wrapper">
2014-05-06 21:57:57 +00:00
<div class="title" i18n="servosChangeDirection"></div>
<table class="fields">
<tr class="main">
2014-05-06 21:57:57 +00:00
<th width="20%" i18n="servosName"></th>
<th i18n="servosMid"></th>
<th i18n="servosMin"></th>
<th i18n="servosMax"></th>
2014-04-02 13:47:34 +00:00
<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>
2014-05-06 21:57:57 +00:00
<th style="width: 200px" i18n="servosDirection"></th>
</tr>
</table>
2014-04-02 13:47:34 +00:00
<div class="direction_wrapper">
2014-05-06 21:57:57 +00:00
<div class="title" style="width: 258px" i18n="servosGyroAccelDirection"></div>
2014-04-02 13:47:34 +00:00
<table class="directions" style="width: 260px">
<tr class="main">
2014-05-06 21:57:57 +00:00
<th style="width: 200px" i18n="servosName"></th>
<th i18n="servosDirection"></th>
2014-04-02 13:47:34 +00:00
</tr>
</table>
</div>
<div class="live">
2014-05-06 21:57:57 +00:00
<span i18n="servosLiveMode"></span> <input type="checkbox" />
</div>
<div class="buttons">
<a class="update" href="#" i18n="servosButtonSave"></a>
</div>
2013-11-12 10:43:08 +00:00
</div>
2013-11-08 09:35:06 +00:00
</div>