Skip to content

Commit

Permalink
Update receiver.html (betaflight#3778)
Browse files Browse the repository at this point in the history
Add channel map to options list.
  • Loading branch information
ot0tot authored and chmelevskij committed Apr 27, 2024
1 parent 1e027e4 commit 1b8e899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tabs/receiver.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
<select class="hybrid_helper"
name="rcmap_helper">
<option i18n="receiverChannelDefaultOption" value="AETR1234"></option>
<option value="AETR1234">FrSky / Futaba / Hitec</option>
<option value="TAER1234">Spektrum / Graupner / JR</option>
<option value="AETR1234">FrSky / Futaba / Hitec (AETR1234)</option>
<option value="TAER1234">Spektrum / Graupner / JR (TAER1234)</option>
</select>
</div>
</div>
Expand Down

0 comments on commit 1b8e899

Please sign in to comment.