betaflight-configurator/tabs/servos.html

36 lines
1.4 KiB
HTML
Raw Normal View History

2013-11-08 09:35:06 +00:00
<div class="tab-servos">
2013-11-08 12:04:30 +00:00
Model: <strong class="model"></strong>
<div class="supported_wrapper">
<div class="title">Change Direction in TX To Match</div>
<table class="fields">
<tr class="main">
2014-04-02 13:47:34 +00:00
<th style="">Name</th>
<th style="width: 70px">MID</th>
<th style="width: 70px">MIN</th>
<th style="width: 70px">MAX</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>
<th style="width: 200px">Direction</th>
</tr>
</table>
2014-04-02 13:47:34 +00:00
<div class="direction_wrapper">
<div class="title" style="width: 258px">Gyroscope / Accelerometer Direction</div>
<table class="directions" style="width: 260px">
<tr class="main">
<th style="width: 200px">Name</th>
<th>Direction</th>
</tr>
</table>
</div>
<div class="live">
<span>Enable Live mode: </span><input type="checkbox" />
</div>
<a class="update" href="#" title="">Save</a>
2013-11-12 10:43:08 +00:00
</div>
2013-11-08 09:35:06 +00:00
</div>