diff --git a/README.md b/README.md index 7d27470..5fb7202 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ ____________________________________________________ ## Timeline (Versions): +- 2025.01.11 Added HELTEC V3.2 board support. - 2025.01.07 TROY_LoRa_APRS board added. GMT in quarter hour fix and Beacon fix for TNC. - 2025.01.02 Callsign Black List added. - 2024.12.30 Fixed missing validation for correct Digipeater mode when not connected to APRS-IS. diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 12c8f72..4a16a02 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -48,7 +48,7 @@ ___________________________________________________________________*/ #include "A7670_utils.h" #endif -String versionDate = "2025.01.10"; +String versionDate = "2025.01.11"; Configuration Config; WiFiClient espClient; #ifdef HAS_GPS