diff --git a/README.md b/README.md index 7dfe602..a3b7977 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ ____________________________________________________
# Timeline (Versions): +- 2025-12-18 TCXO and packet decoding updates. - 2025-12-01 APRSPacketLib updates, AHT20 sensor added, INA219 support added. - 2025-10-15 APRS Bridge for TNC added. - 2025-10-13 Rx and Tx Frequencies are now with fully configurable. diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 633f3d5..9cb2a0b 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -67,8 +67,8 @@ ___________________________________________________________________*/ #endif -String versionDate = "2025-12-12"; -String versionNumber = "3.1.6"; +String versionDate = "2025-12-18"; +String versionNumber = "3.1.6.1"; Configuration Config; WiFiClient aprsIsClient; WiFiClient mqttClient;