diff --git a/data_embed/index.html b/data_embed/index.html index ea4919ec..09b18d26 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 +
min="1" /> minutes + >minutes +
@@ -640,8 +643,8 @@
+ >Tx Frequency +
class="form-control" required="" /> - Hz + + Hz +
+ class="form-label"> + Rx Frequency +
class="form-control" /> Hz + >Hz +
@@ -689,8 +692,8 @@
+ >Predefined speeds + + >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 869915d2..9b45c8e7 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;