Prettified Code!

This commit is contained in:
Mashintime 2023-04-15 16:14:12 +00:00 committed by GitHub Action
parent f3e211d2bb
commit 62ee13faea

View file

@ -2280,37 +2280,48 @@
<div class="card-body"> <div class="card-body">
<button <button
class="btn btn-sm btn-outline-secondary ms-1" class="btn btn-sm btn-outline-secondary ms-1"
type="button" disabled type="button"
>Ping</button> disabled
>
Ping
</button>
<p class="card-text"> <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. Send a ping to a remote station by entering a callsign and
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. 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> </p>
</div> </div>
</div> </div>
<div class="card mb-3"> <div class="card mb-3">
<div class="card-body"> <div class="card-body">
<button <button
class="btn btn-sm btn-outline-secondary" class="btn btn-sm btn-outline-secondary"
type="button" type="button"
disabled disabled
> >
Call CQ Call CQ
</button> </button>
<p class="card-text">Sending out a CQ CQ CQ to the world.</p> <p class="card-text">Sending out a CQ CQ CQ to the world.</p>
</div> </div>
</div> </div>
<div class="card mb-3"> <div class="card mb-3">
<div class="card-body"> <div class="card-body">
<button <button
type="button" type="button"
class="btn btn-sm btn-outline-secondary" disabled class="btn btn-sm btn-outline-secondary"
> disabled
<i class="bi bi-soundwave"></i>Toggle beacon >
</button> <i class="bi bi-soundwave"></i>Toggle beacon
</button>
<p class="card-text"> <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. 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> </p>
</div> </div>
</div> </div>