mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
added mods to include Telemetry
This commit is contained in:
parent
0e46c64880
commit
72fd2b45ec
4 changed files with 19 additions and 18 deletions
|
|
@ -960,19 +960,6 @@
|
|||
<div class="col-9 mt-2">
|
||||
<div class="row mt-2">
|
||||
<div class="col-6">
|
||||
<div class="form-check form-switch">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="battery.sendVoltageAsTelemetry"
|
||||
id="battery.sendVoltageAsTelemetry"
|
||||
class="form-check-input"
|
||||
/>
|
||||
<label
|
||||
for="battery.sendVoltageAsTelemetry"
|
||||
class="form-label"
|
||||
>Send Voltage As Telemetry</label
|
||||
>
|
||||
</div>
|
||||
<div class="form-check form-switch">
|
||||
<input
|
||||
type="checkbox"
|
||||
|
|
@ -986,6 +973,20 @@
|
|||
>Send Internal Voltage</label
|
||||
>
|
||||
</div>
|
||||
<div class="form-check form-switch">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="battery.sendVoltageAsTelemetry"
|
||||
id="battery.sendVoltageAsTelemetry"
|
||||
class="form-check-input"
|
||||
/>
|
||||
<label
|
||||
for="battery.sendVoltageAsTelemetry"
|
||||
class="form-label"
|
||||
style="font-style: italic;"
|
||||
>(Send Voltage As Telemetry)</label
|
||||
>
|
||||
</div>
|
||||
<div class="form-check form-switch mt-3">
|
||||
<input
|
||||
type="checkbox"
|
||||
|
|
@ -1034,7 +1035,7 @@
|
|||
>Send External Voltage</label
|
||||
>
|
||||
</div>
|
||||
<div class="form-check form-switch mt-3">
|
||||
<div class="form-check form-switch mt-5">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="battery.monitorExternalVoltage"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue