mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
justo antes de fallar
This commit is contained in:
parent
345a6c2c21
commit
fc8d3fd9fb
10 changed files with 57 additions and 38 deletions
|
|
@ -529,12 +529,12 @@
|
|||
<div class="form-check form-switch">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="other.sendBatteryVoltage"
|
||||
id="other.sendBatteryVoltage"
|
||||
name="battery.sendBatteryVoltage"
|
||||
id="battery.sendBatteryVoltage"
|
||||
class="form-check-input"
|
||||
/>
|
||||
<label
|
||||
for="other.sendBatteryVoltage"
|
||||
for="battery.sendBatteryVoltage"
|
||||
class="form-label"
|
||||
>Send Battery Telemetry</label
|
||||
>
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ function loadSettings(settings) {
|
|||
// Beacon
|
||||
document.getElementById("beacon.interval").value = settings.beacon.interval;
|
||||
document.getElementById("other.rememberStationTime").value = settings.other.rememberStationTime;
|
||||
document.getElementById("other.sendBatteryVoltage").checked = settings.other.sendBatteryVoltage;
|
||||
document.getElementById("battery.sendBatteryVoltage").checked = settings.battery.sendBatteryVoltage;
|
||||
document.getElementById("other.externalVoltageMeasurement").checked = settings.other.externalVoltageMeasurement;
|
||||
document.getElementById("other.externalVoltagePin").value = settings.other.externalVoltagePin;
|
||||
// document.getElementById("beacon.igateSendsLoRaBeacon").value = settings.beacon.igateSendsLoRaBeacon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue