diff --git a/data_embed/index.html b/data_embed/index.html index 62d68d9..0b8931f 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -344,7 +344,7 @@ -
+
-
+
-
+
-
+
@@ -818,7 +818,7 @@ >
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
(Send Voltage As Telemetry)
-
+
Define Wx telemetry
-
+
@@ -1345,7 +1345,7 @@
-
+
-
- - +
+
+
+ + +
+
+
+
+ + +
+
@@ -1455,21 +1474,7 @@ class="form-control" />
-
-
- - -
-
+
@@ -1590,7 +1595,7 @@
-
+
-
+
+
+ + +
+
+
+
+
-
+
Topic (Default is aprs-igate)
-
- Default is aprs-igate -
-
+
+
+
-
+
-
+
+
+
Port (Default is 1883)
-
- Default is 1883 -
-
-
-
- - -
@@ -1732,9 +1737,9 @@ Reboot Time
-
+
-
+
-
-
-
-
- - -
-
- - -
- Set to 0 if you don't - want WiFi AP to stop. +
+
+
+ +
+ +
+
+
+ +
+ + minutes +
+ Set to 0 if you don't + want WiFi AP to stop. +
+
@@ -1878,27 +1887,29 @@ >
-
- - -
-
- - +
+
+ + +
+
+ + +
@@ -1928,46 +1939,46 @@ >
-
-
-
- - -
+
+
+ +
-
- - -
-
- - +
+
+ + +
+
+ + +
@@ -2011,21 +2022,19 @@ />
-
-
-
- - -
+
+
+ +
@@ -2055,41 +2064,43 @@
-
- -
- -
-
-
- -
- - hours +
+ +
+ +
+
+
+ +
+ + hours +
diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index e6003ef..baf1c87 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -33,7 +33,7 @@ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ - Ricardo Guzman - CA2RXU + Ricardo Guzman - CA2RXU https://github.com/richonguzman/LoRa_APRS_iGate (donations : http://paypal.me/richonguzman) ___________________________________________________________________*/ @@ -67,7 +67,7 @@ ___________________________________________________________________*/ #endif -String versionDate = "2025-10-12"; +String versionDate = "2025-10-13"; String versionNumber = "3.1.3"; Configuration Config; WiFiClient aprsIsClient; diff --git a/src/utils.cpp b/src/utils.cpp index a556fba..11e72fa 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -88,7 +88,7 @@ namespace Utils { if (statusAfterBoot && !Config.beacon.sendViaAPRSIS && Config.beacon.sendViaRF) { status.concat(":>"); status.concat(Config.beacon.statusPacket); - STATION_Utils::addToOutputPacketBuffer(status); + STATION_Utils::addToOutputPacketBuffer(status, true); // treated also as beacon on Tx Freq statusAfterBoot = false; } }