Skip to content

Commit

Permalink
Merge pull request #2239 from iNavFlight/MrD_Add-RSSI-Source-to-Recei…
Browse files Browse the repository at this point in the history
…ver-page

Add RSSI Source to receive page
  • Loading branch information
MrD-RC authored Nov 11, 2024
2 parents d48adce + 3bfd822 commit f4ea2a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,9 @@
"receiverRssiChannel": {
"message": "RSSI Channel"
},
"receiverRssiSource": {
"message": "RSSI Source"
},
"receiverRefreshRateTitle": {
"message": "Graph refresh rate"
},
Expand Down
4 changes: 2 additions & 2 deletions src/css/tabs/receiver.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
float: right;
margin: 0px 0px 20px 0;
border-left: 0;
width: 30%;
width: 25%;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #DEDEDE;
Expand Down Expand Up @@ -261,7 +261,7 @@
float: right;
position: relative;
margin: 0px 0px 20px 0;
width: calc(70% - 0px);
width: calc(50% - 0px);
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-color: #DEDEDE;
Expand Down
4 changes: 4 additions & 0 deletions tabs/receiver.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<!-- list generated here -->
</select>
</div>
<div class="rssi_channel_wrapper">
<div class="head" data-i18n="receiverRssiSource"></div>
<select name="rssi_source" data-setting="rssi_source"></select>
</div>
<div class="rcmap_wrapper">
<div class="head">
<span data-i18n="receiverChannelMap" data-i18n_title="receiverChannelMapTitle"></span>
Expand Down

0 comments on commit f4ea2a9

Please sign in to comment.