mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
commit
5334260a30
4 changed files with 17 additions and 3 deletions
|
|
@ -160,6 +160,7 @@
|
|||
id="beacon.comment"
|
||||
class="form-control"
|
||||
placeholder="LoRa APRS"
|
||||
required=""
|
||||
/>
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
|
|
@ -320,11 +321,14 @@
|
|||
<small>(in minutes)</small></label
|
||||
>
|
||||
<input
|
||||
type="text"
|
||||
type="number"
|
||||
name="wifi.autoAP.powerOff"
|
||||
id="wifi.autoAP.powerOff"
|
||||
class="form-control"
|
||||
placeholder="15"
|
||||
required=""
|
||||
step="1"
|
||||
min="0"
|
||||
/>
|
||||
<div class="form-text">
|
||||
Set to <strong>0</strong> if you don't
|
||||
|
|
@ -618,11 +622,14 @@
|
|||
>
|
||||
<div class="input-group">
|
||||
<input
|
||||
type="text"
|
||||
type="number"
|
||||
name="other.rememberStationTime"
|
||||
id="other.rememberStationTime"
|
||||
placeholder="30"
|
||||
class="form-control"
|
||||
required=""
|
||||
step="1"
|
||||
min="1"
|
||||
/>
|
||||
<span class="input-group-text"
|
||||
>minutes</span
|
||||
|
|
@ -664,6 +671,7 @@
|
|||
<select
|
||||
class="form-select form-select"
|
||||
name="digi.mode"
|
||||
id="digi.mode"
|
||||
>
|
||||
<option value="0">off</option>
|
||||
<option value="2">
|
||||
|
|
@ -854,11 +862,14 @@
|
|||
>
|
||||
<div class="input-group">
|
||||
<input
|
||||
type="text"
|
||||
type="number"
|
||||
name="beacon.interval"
|
||||
id="beacon.interval"
|
||||
placeholder="15"
|
||||
class="form-control"
|
||||
required=""
|
||||
step="1"
|
||||
min="1"
|
||||
/>
|
||||
<span class="input-group-text"
|
||||
>minutes</span
|
||||
|
|
@ -1056,6 +1067,7 @@
|
|||
id="lora.txFreq"
|
||||
placeholder="433775000"
|
||||
class="form-control"
|
||||
required=""
|
||||
/>
|
||||
<input
|
||||
type="hidden"
|
||||
|
|
@ -1063,6 +1075,7 @@
|
|||
id="lora.iGateFreq"
|
||||
placeholder="433775000"
|
||||
class="form-control"
|
||||
required=""
|
||||
/>
|
||||
<span class="input-group-text"
|
||||
>Hz</span
|
||||
|
|
|
|||
|
|
@ -148,6 +148,7 @@ function loadSettings(settings) {
|
|||
// document.getElementById("digi.comment").value = settings.digi.comment;
|
||||
// document.getElementById("digi.latitude").value = settings.digi.latitude;
|
||||
// document.getElementById("digi.longitude").value = settings.digi.longitude;
|
||||
document.getElementById("digi.mode").value = settings.digi.mode;
|
||||
|
||||
// OTA
|
||||
document.getElementById("ota.username").value = settings.ota.username;
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue