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">
<button
class="btn btn-sm btn-outline-secondary ms-1"
type="button" disabled
>Ping</button>
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.
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>
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">
<button
type="button"
class="btn btn-sm btn-outline-secondary" disabled
>
<i class="bi bi-soundwave"></i>Toggle beacon
</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.
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>