mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
new names ok
This commit is contained in:
parent
992641578d
commit
bbdcf8ce0d
8 changed files with 37 additions and 54 deletions
|
|
@ -933,12 +933,12 @@
|
|||
<div class="form-check form-switch">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="battery.sendBatteryVoltage"
|
||||
id="battery.sendBatteryVoltage"
|
||||
name="battery.sendInternalVoltage"
|
||||
id="battery.sendInternalVoltage"
|
||||
class="form-check-input"
|
||||
/>
|
||||
<label
|
||||
for="battery.sendBatteryVoltage"
|
||||
for="battery.sendInternalVoltage"
|
||||
class="form-label"
|
||||
>Send Internal Voltage</label
|
||||
>
|
||||
|
|
@ -948,12 +948,12 @@
|
|||
>
|
||||
<input
|
||||
type="checkbox"
|
||||
name="battery.externalVoltageMeasurement"
|
||||
id="battery.externalVoltageMeasurement"
|
||||
name="battery.sendExternalVoltage"
|
||||
id="battery.sendExternalVoltage"
|
||||
class="form-check-input"
|
||||
/>
|
||||
<label
|
||||
for="battery.externalVoltageMeasurement"
|
||||
for="battery.sendExternalVoltage"
|
||||
class="form-label"
|
||||
>Send External Voltage</label
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue