From c3984bc8daccb8440e0ec1e0ac0a74ff96f59f5c Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 26 Jun 2024 23:42:24 -0400 Subject: [PATCH] casi listo para prueba --- data_embed/index.html | 93 ++++++++++++++++++++++------------------- src/LoRa_APRS_iGate.cpp | 2 +- 2 files changed, 51 insertions(+), 44 deletions(-) diff --git a/data_embed/index.html b/data_embed/index.html index ea4919e..09b18d2 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -107,11 +107,14 @@ Station Add your ham callsign and SSID. Optionally, - you can leave a comment describing your - station. In the bottom there is a field for - personal note that can only be seen in WEB GUI. + >Add your Ham callsign and SSID. +
+
+ You can leave a comment describing your station. +
+
+ In the bottom there is a field for personal note that can only be seen in WEB GUI. +
@@ -489,8 +492,8 @@ for="beacon.sendViaAPRSIS" class="form-label" >Send our beacon to - APRS-IS + APRS-IS +
@@ -504,8 +507,8 @@ + >Send beacon via RF +
@@ -517,8 +520,8 @@ + >Interval +
minutes + >minutes +
@@ -640,8 +643,8 @@ + >Tx Frequency +
- Hz + + Hz +
+ class="form-label"> + Rx Frequency +
Hz + >Hz +
@@ -689,8 +692,8 @@ + >Predefined speeds + Spreading Factor + >Spreading Factor + + class="form-label"> + Power +
Battery - Battery Monitor & Health
- Max Voltage on input pin is 3.3V. - Calculate voltage divider accordingly.
+ + Battery Monitor & Health +
+
+ Max Voltage on input pin is 3.3V. +
+
+ Calculate voltage divider accordingly. +
@@ -1094,7 +1103,7 @@ Telemetry - Define the telemetry + Define Wx telemetry
@@ -1111,9 +1120,7 @@ class="form-label" >Activate Wx Telemetry Requires a BME/BMP280 or - BME680 sensor - installedRequires a BME/BMP280, BME680 or Si7021 sensor installed
@@ -1570,7 +1577,7 @@ Low power mode (only for HT-CT62)
diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 869915d..9b45c8e 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -37,7 +37,7 @@ ________________________________________________________________________________ #include "A7670_utils.h" #endif -String versionDate = "2024.06.26"; +String versionDate = "2024.06.27"; Configuration Config; WiFiClient espClient;