2015-11-05 15:47:11 +00:00
|
|
|
<div class="tab-receiver toolbar_fixed_bottom">
|
2015-11-10 01:21:47 +00:00
|
|
|
<div class="content_wrapper">
|
|
|
|
<div class="tab_title" i18n="tabReceiver"></div>
|
|
|
|
<div class="cf_doc_version_bt">
|
|
|
|
<a id="button-documentation" href="https://github.com/cleanflight/cleanflight/releases" target="_blank"></a>
|
|
|
|
</div>
|
|
|
|
<div class="note" style="margin-bottom: 20px;">
|
|
|
|
<div class="note_spacer">
|
|
|
|
<p i18n="receiverHelp"></p>
|
2014-09-30 13:33:28 +00:00
|
|
|
</div>
|
2015-11-10 01:21:47 +00:00
|
|
|
</div>
|
|
|
|
<div class="bars">
|
|
|
|
<div class="rssi_channel_wrapper">
|
|
|
|
<div class="head" i18n="receiverRssiChannel"></div>
|
|
|
|
<select name="rssi_channel">
|
|
|
|
<!-- list generated here -->
|
|
|
|
</select>
|
2015-11-08 15:52:07 +00:00
|
|
|
</div>
|
2015-12-08 10:42:34 +00:00
|
|
|
<div class="deadband_wrapper">
|
|
|
|
<div class="head">Yaw Deadband</div>
|
|
|
|
<input type="number" name="mid" step="1" min="0" max="50" />
|
|
|
|
</div>
|
|
|
|
<div class="deadband_wrapper">
|
|
|
|
<div class="head">RC Deadband</div>
|
|
|
|
<input type="number" name="mid" step="1" min="0" max="50" />
|
|
|
|
</div>
|
2015-11-10 01:21:47 +00:00
|
|
|
<div class="rcmap_wrapper">
|
|
|
|
<div class="head">
|
|
|
|
<span i18n="receiverChannelMap" i18n_title="receiverChannelMapTitle"></span>
|
|
|
|
</div>
|
|
|
|
<div class="hybrid_element">
|
|
|
|
<input type="text" name="rcmap" spellcheck="false" /> <select class="hybrid_helper"
|
|
|
|
name="rcmap_helper">
|
|
|
|
<option value="AETR1234">Default</option>
|
|
|
|
<option value="AETR1234">Futaba / Hitec</option>
|
|
|
|
<option value="TAER1234">JR / Spektrum / Graupner</option>
|
|
|
|
</select>
|
|
|
|
</div>
|
2015-11-08 15:52:07 +00:00
|
|
|
</div>
|
2015-11-10 01:21:47 +00:00
|
|
|
</div>
|
|
|
|
<div class="fc_column half" style="margin-left: 20px;">
|
|
|
|
<div class="gui_box grey" style="float: right;">
|
|
|
|
<div class="spacer" style="margin-top: 10px; margin-bottom: 10px;">
|
|
|
|
<div class="cf_column curves" style="width: calc(55% - 10px); min-width: 200px;">
|
|
|
|
<div class="throttle_curve">
|
|
|
|
<canvas width="200" height="117"></canvas>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="fc_column half tunings">
|
|
|
|
<table class="throttle">
|
|
|
|
<tr>
|
|
|
|
<th i18n="receiverThrottleMid"></th>
|
|
|
|
<th i18n="receiverThrottleExpo"></th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><input type="number" name="mid" step="0.01" min="0" max="1" /></td>
|
|
|
|
<td><input type="number" name="expo" step="0.01" min="0" max="1" /></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-09-19 15:44:04 +00:00
|
|
|
</div>
|
2015-11-10 01:21:47 +00:00
|
|
|
<div class="gui_box grey" style="float: right;">
|
|
|
|
<div class="spacer" style="margin-top: 10px; margin-bottom: 10px;">
|
|
|
|
<div class="cf_column curves" style="width: calc(50% - 10px);">
|
|
|
|
<div class="pitch_roll_curve">
|
|
|
|
<canvas width="200" height="117"></canvas>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="fc_column half tunings">
|
|
|
|
<table class="rate">
|
|
|
|
<tr>
|
|
|
|
<th i18n="receiverRcRate"></th>
|
|
|
|
<th i18n="receiverRcExpo"></th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><input type="number" name="rate" step="0.01" min="0" max="2.5" /></td>
|
|
|
|
<td><input type="number" name="expo" step="0.01" min="0" max="1" /></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<table class="yaw_rate" style="margin-bottom: 0px;">
|
|
|
|
<tr>
|
|
|
|
<th i18n="receiverRcYawExpo"></th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><input type="number" name="yaw_expo" step="0.01" min="0" max="1" /></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clear-both"></div>
|
|
|
|
<div class="gui_box grey" style="padding-top: 10px; padding-bottom: 10px; margin-top: 20px;">
|
|
|
|
<div class="spacer">
|
|
|
|
<select name="rx_refresh_rate" i18n_title="receiverRefreshRateTitle">
|
|
|
|
<option value="10">10 ms</option>
|
|
|
|
<option value="20">20 ms</option>
|
|
|
|
<option value="30">30 ms</option>
|
|
|
|
<option value="40">40 ms</option>
|
|
|
|
<option value="50" selected="selected">50 ms</option>
|
|
|
|
<option value="100">100 ms</option>
|
|
|
|
<option value="250">250 ms</option>
|
|
|
|
<option value="500">500 ms</option>
|
|
|
|
<option value="1000">1000 ms</option>
|
|
|
|
</select>
|
|
|
|
<div class="clear-both"></div>
|
|
|
|
<svg id="RX_plot">
|
2015-11-08 15:52:07 +00:00
|
|
|
<g class="grid x" transform="translate(40, 180)"></g>
|
|
|
|
<g class="grid y" transform="translate(40, 10)"></g>
|
|
|
|
<g class="data" transform="translate(41, 1)"></g>
|
|
|
|
<g class="axis x" transform="translate(40, 180)"></g>
|
|
|
|
<g class="axis y" transform="translate(40, 10)"></g>
|
|
|
|
</svg>
|
2015-11-10 01:21:47 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="content_toolbar">
|
|
|
|
<div class="btn update_btn">
|
|
|
|
<a class="update" href="#" i18n="receiverButtonSave"></a>
|
|
|
|
</div>
|
|
|
|
<div class="btn refresh_btn">
|
|
|
|
<a class="refresh" href="#" i18n="receiverButtonRefresh"></a>
|
|
|
|
</div>
|
|
|
|
<div class="btn sticks_btn">
|
|
|
|
<a class="sticks" href="#" i18n="receiverButtonSticks"></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-11-08 15:52:07 +00:00
|
|
|
</div>
|