Skip to content

Commit

Permalink
Merge pull request #43 from SQ2CPA/main
Browse files Browse the repository at this point in the history
Changes before release
  • Loading branch information
richonguzman authored Mar 8, 2024
2 parents d50f0dd + 0868448 commit 5334260
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
19 changes: 16 additions & 3 deletions data_embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ <h5>
id="beacon.comment"
class="form-control"
placeholder="LoRa APRS"
required=""
/>
</div>
<div class="col-12 mt-3">
Expand Down Expand Up @@ -320,11 +321,14 @@ <h5>
<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
Expand Down Expand Up @@ -618,11 +622,14 @@ <h5>
>
<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
Expand Down Expand Up @@ -664,6 +671,7 @@ <h5>
<select
class="form-select form-select"
name="digi.mode"
id="digi.mode"
>
<option value="0">off</option>
<option value="2">
Expand Down Expand Up @@ -854,11 +862,14 @@ <h5>
>
<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
Expand Down Expand Up @@ -1056,13 +1067,15 @@ <h5>
id="lora.txFreq"
placeholder="433775000"
class="form-control"
required=""
/>
<input
type="hidden"
name="lora.iGateFreq"
id="lora.iGateFreq"
placeholder="433775000"
class="form-control"
required=""
/>
<span class="input-group-text"
>Hz</span
Expand Down
1 change: 1 addition & 0 deletions data_embed/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Binary file removed installer/Install Upgrade.lnk
Binary file not shown.
Binary file removed installer/Install with Factory Reset.lnk
Binary file not shown.

0 comments on commit 5334260

Please sign in to comment.