mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-09 15:03:56 +01:00
minimal interval updated
Some checks are pending
Commit Test Build / build (map[chip:esp32 name:ttgo-lora32-v21]) (push) Waiting to run
Some checks are pending
Commit Test Build / build (map[chip:esp32 name:ttgo-lora32-v21]) (push) Waiting to run
This commit is contained in:
parent
4b45b90c88
commit
ce8cf3a2fe
|
|
@ -604,11 +604,11 @@
|
|||
type="number"
|
||||
name="beacon.interval"
|
||||
id="beacon.interval"
|
||||
placeholder="15"
|
||||
class="form-control"
|
||||
required=""
|
||||
value="15"
|
||||
min="10"
|
||||
step="1"
|
||||
min="15"
|
||||
required
|
||||
/>
|
||||
<span class="input-group-text"
|
||||
>minutes
|
||||
|
|
|
|||
Loading…
Reference in a new issue