From 26f8d03fa575ad10cf0dac0d7dea26645cf08cf1 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 11 Jan 2025 10:43:04 -0300 Subject: [PATCH] version and readme Update --- README.md | 1 + src/LoRa_APRS_Tracker.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c22be9..4d96fc8 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ ____________________________________________________ ____________________________________________________ ## Timeline (Versions): +- 2025.01.11 Added HELTEC V3.2 board support. - 2025.01.07 TROY_LoRa_APRS board added. - 2025.01.02 Buttons added for DIY Boards and Boards without buttons. - 2024.11.13 Added Heltec Wireless Stick Lite V3 + GPS + Oled Display support for another DIY ESP32 Tracker. diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index c773972..2ad2b96 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -57,7 +57,7 @@ TinyGPSPlus gps; BluetoothSerial SerialBT; #endif -String versionDate = "2025.01.09"; +String versionDate = "2025.01.11"; uint8_t myBeaconsIndex = 0; int myBeaconsSize = Config.beacons.size();