From 529a44018f1a7db29b263e415bf35b67ca62eea5 Mon Sep 17 00:00:00 2001 From: "Ricardo Guzman (Richonguzman)" Date: Thu, 18 Dec 2025 09:47:56 -0300 Subject: [PATCH] readme and version update --- README.md | 1 + src/LoRa_APRS_iGate.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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;