mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-05 23:34:14 +01:00
callsign always as uppercase
This commit is contained in:
parent
691f967aaf
commit
2d820bbcc4
|
|
@ -125,6 +125,7 @@
|
|||
class="form-control"
|
||||
placeholder="N0CALL-10"
|
||||
required=""
|
||||
oninput="this.value = this.value.toUpperCase();"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
|
|
|
|||
Loading…
Reference in a new issue