Broadcast help

This commit is contained in:
Mashintime 2023-04-15 12:13:31 -04:00
parent 5cb1e8a63e
commit f3e211d2bb

View file

@ -985,7 +985,7 @@
id="sendCQ"
type="button"
>
Call cq cq cq
Call CQ
</button>
</div>
</div>
@ -2278,20 +2278,40 @@
<div class="modal-body">
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">.....</h5>
<p class="card-text">....</p>
<button
class="btn btn-sm btn-outline-secondary ms-1"
type="button" disabled
>Ping</button>
<p class="card-text">
Send a ping to a remote station by entering a callsign and optional SSID (-0 will be used if not specified.) Alternatively click on a station in the heard station list to populate the call sign field.
If the remote station decodes the ping it will transmit a reply. If able to decode the reply, a signal report will be listed in the heard station list.
</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<button
class="btn btn-sm btn-outline-secondary"
type="button"
disabled
>
Call CQ
</button>
<p class="card-text">Sending out a CQ CQ CQ to the world.</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">.....</h5>
<p class="card-text">....</p>
</div>
</div>
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">.....</h5>
<p class="card-text">....</p>
<button
type="button"
class="btn btn-sm btn-outline-secondary" disabled
>
<i class="bi bi-soundwave"></i>Toggle beacon
</button>
<p class="card-text">
Sends a periodic broadcast (duration is definable in settings) that announces you are available. Check explorer to see other active stations that may have decoded your beacon.
</p>
</div>
</div>
</div>