diff --git a/README.md b/README.md index 8b6adf8..0f7366d 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ ____________________________________________________
# Timeline (Versions): +- 2026-02-26 9M2IBR ESP32 1W (400M30S) + GPS board added. - 2026-02-25 Code Improvements: reduced String comparisons and improved logic for faster code execution. - 2026-02-15 Digipeater code/logic improved. - 2026-02-08 Heltec V2 915MHz added. diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index af9ca67..b789aa7 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -67,7 +67,7 @@ ___________________________________________________________________*/ #endif -String versionDate = "2026-02-25"; +String versionDate = "2026-02-26"; String versionNumber = "3.2"; Configuration Config; WiFiClient aprsIsClient;