From ea25d35c302f8558956b71803d504baf014cbd84 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 2 Jan 2025 12:12:43 -0300 Subject: [PATCH] version 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 d63d77b..8a78d59 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ ____________________________________________________ ____________________________________________________ ## Timeline (Versions): +- 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. - 2024.11.13 T-Deck Joystick and Button Pressing Fix for smother operation. - 2024.10.24 Added QRP Labs LightTracker Plus1.0 support. diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 2ce779a..88407a1 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -57,7 +57,7 @@ TinyGPSPlus gps; BluetoothSerial SerialBT; #endif -String versionDate = "2024.12.21"; +String versionDate = "2025.01.02"; uint8_t myBeaconsIndex = 0; int myBeaconsSize = Config.beacons.size();