diff --git a/README.md b/README.md index cd619da..41bfa61 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ ____________________________________________________ ## Timeline (Versions): +- 2024.10.15 Boards with GPS can now send Real-GPS Beacon (also with ambiguity of ~ 1 km). - 2024.10.14 Received Packets in WebUI show real Local Time (NTP with GMT offset). - 2024.10.08 New EcoMode for Remote Digirepeaters without WiFi/WiFiAP, Screen, Leds (Example: LILYGO LoRa32 uses only 24mA, with WifiAP and all was 150mA). APRS Message/Queries can start/stop this mode too. - 2024.10.06 Cross Frequency Digirepeater Rules added. diff --git a/data_embed/index.html b/data_embed/index.html index f36066a..e003a36 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -532,7 +532,7 @@ class="form-control" required="" step="1" - min="1" + min="15" /> minutes diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index ebaec36..8bd3056 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -40,7 +40,7 @@ ________________________________________________________________________________ #include "A7670_utils.h" #endif -String versionDate = "2024.10.14"; +String versionDate = "2024.10.15"; Configuration Config; WiFiClient espClient; #ifdef HAS_GPS