ajustes todo previo a notif

This commit is contained in:
richonguzman 2024-09-25 11:43:37 -03:00
parent eb24067be2
commit 35df91d9d1
8 changed files with 51 additions and 52 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -118,7 +118,7 @@
<label <label
for="display.showSymbol" for="display.showSymbol"
class="form-label" class="form-label"
>Show Symbol Drawing instead of Character</label >Show Symbol Drawing</label
> >
</div> </div>
</div> </div>
@ -137,25 +137,31 @@
> >
</div> </div>
</div> </div>
</div>
<div class="row mt-2">
<div class="col-6"> <div class="col-6">
<div <label
class="form-check form-switch mt-1" for="other.rememberStationTime"
class="form-label"
>Remember Station Time</label
> >
<div class="input-group">
<input <input
type="checkbox" type="number"
name="display.turn180" name="other.rememberStationTime"
id="display.turn180" id="other.rememberStationTime"
class="form-check-input" placeholder="30"
class="form-control"
required=""
step="1"
min="1"
/> />
<label <span class="input-group-text"
for="display.turn180" >minutes</span
class="form-label"
>Turn 180º</label
> >
</div> </div>
</div> </div>
</div>
<div class="row mt-2">
<div class="col-6"> <div class="col-6">
<label <label
for="display.timeout" for="display.timeout"
@ -176,24 +182,17 @@
</div> </div>
</div> </div>
<div class="col-6"> <div class="col-6">
<label <div class="form-check form-switch mt-3">
for="other.rememberStationTime"
class="form-label"
>Remember Station Time</label
>
<div class="input-group">
<input <input
type="number" type="checkbox"
name="other.rememberStationTime" name="display.turn180"
id="other.rememberStationTime" id="display.turn180"
placeholder="30" class="form-check-input"
class="form-control"
required=""
step="1"
min="1"
/> />
<span class="input-group-text" <label
>minutes</span for="display.turn180"
class="form-label"
>Turn 180º</label
> >
</div> </div>
</div> </div>
@ -236,14 +235,29 @@
class="form-label" class="form-label"
><b>Activate Wx Telemetry</b> ><b>Activate Wx Telemetry</b>
<small <small
>Requires a BME/BMP280, BME680 or Si7021 sensor installed</small >Requires a BME/BMP280, BME680 or Si7021 sensor</small
></label ></label
> >
</div> </div>
</div> </div>
</div> </div>
<div class="row mt-3"> <div class="row">
<div class="col-6"> <div class="col-12">
<div class="form-check form-switch">
<input
type="checkbox"
name="bme.sendTelemetry"
id="bme.sendTelemetry"
class="form-check-input"
/>
<label
for="bme.sendTelemetry"
class="form-label"
>Send Wx Telemetry in GPS Beacon
</label>
</div>
</div>
<div class="col-6 mt-3">
<label for="bme.temperatureCorrection" class="form-label" <label for="bme.temperatureCorrection" class="form-label"
>Temperature Correction</label >Temperature Correction</label
> >
@ -261,22 +275,7 @@
>Celsius</span >Celsius</span
> >
</div> </div>
</div> </div>
<div class="col-12">
<div class="form-check form-switch">
<input
type="checkbox"
name="bme.sendTelemetry"
id="bme.sendTelemetry"
class="form-check-input"
/>
<label
for="bme.sendTelemetry"
class="form-label"
>Send Wx Telemetry in GPS Beacon
</label>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -317,7 +316,7 @@
>Enable bluetooth</label >Enable bluetooth</label
> >
</div> </div>
<div class="col-6"> <div class="col-6 mt-1">
<label for="bluetooth.type" class="form-label">Bluetooth Type</label> <label for="bluetooth.type" class="form-label">Bluetooth Type</label>
<select name="bluetooth.type" id="bluetooth.type" class="form-control"> <select name="bluetooth.type" id="bluetooth.type" class="form-control">
<option value="0">BT Classic</option> <option value="0">BT Classic</option>
@ -450,7 +449,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row mt-3"> <div class="row">
<div class="col-6"> <div class="col-6">
<label <label
for="ptt.io_pin" for="ptt.io_pin"
@ -519,7 +518,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12 mt-3">
<div class="form-check form-switch"> <div class="form-check form-switch">
<input <input
type="checkbox" type="checkbox"

Binary file not shown.

View File

@ -104,7 +104,7 @@ function loadSettings(settings) {
// WiFi AP // WiFi AP
document.getElementById("wifiAP.password").value = settings.wifiAP.password; document.getElementById("wifiAP.password").value = settings.wifiAP.password;
refreshSpeedStandard(); //refreshSpeedStandard();
toggleFields(); toggleFields();
} }

Binary file not shown.

Binary file not shown.