Skip to content

Commit

Permalink
Update wingbits.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jul 11, 2024
1 parent 4a985b9 commit 442d566
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hw_diag/templates/wingbits.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,16 @@ <h3 class="text-center mb-4">Wingbits Configuration</h3>
<div class="card table-responsive">
<table class="table dt-responsive nowrap m-md-2 w-auto">
<tr>
<td class="border-0"><span class="uil uil-wifi-router icon"></span> SDR Operational</td>
{% if sdr_present %}
<td class="border-0"><span class="uil uil-wifi-router icon"></span> SDR Operational</td>
<td class="border-0 text-right"><span class="uil uil-check-circle text-success"></span></td>
{% else %}
<td class="border-0 text-right"><span class="uil uil-times-circle text-danger"></span></td>
{% endif %}
<td><span class="uil uil-wifi-router icon"></span> SDR Operational</td>
<td class="text-right"><span class="uil uil-times-circle text-danger"></span></td>
</tr>
<tr>
<td class="border-0"><span class="uil uil-info-circle icon"></span> In order to feed data to the Wingbits network you will need a RTL-SDR based ADS-B radio dongle and 1090MHz antenna. You may also need a USB hub or splitter depending on your miner type. You can read more about the necessary hardware on <a href="https://docs.wingbits.com/get-started/hardware-suggestions" target="_blank" />the Wingbits docs</a>.</td>
<td class="border-0"><span class="uil uil-info-circle icon text-warning"></span> In order to feed data to the Wingbits network you will need a RTL-SDR based ADS-B radio dongle and 1090MHz antenna. You may also need a USB hub or splitter depending on your miner type. You can read more about the necessary hardware on <a href="https://docs.wingbits.com/get-started/hardware-suggestions" target="_blank">the Wingbits docs</a>.</td>
{% endif %}
</tr>
</table>
</div>
Expand Down

0 comments on commit 442d566

Please sign in to comment.