From 4349019f7bd066e7b4562718d25a7a1ee27f2d88 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 11 Jan 2025 10:44:40 -0300 Subject: [PATCH] version and readme UPDATE --- README.md | 1 + src/LoRa_APRS_iGate.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d27470f..5fb72022 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 12c8f72f..4a16a024 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