From e3f718448eee0d976a5bc24797dff41ba712e003 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 25 Apr 2024 08:57:54 -0400 Subject: [PATCH] T-deck 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 1ed30af..a097d80 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ ____________________________________________________ ____________________________________________________ ## Timeline (Versions): +- 2024.04.25 Added Lilygo TTGO T-Deck (add Neo6Mv2 GPS) support. - 2024.04.12 Added HELTEC Wireless Tracker support. - 2024.03.22 3 times pressing middle button for T-Beams turns the Tracker off. - 2024.03.08 ESP32_C3 DIY LoRa + GPS board added. Thanks Julian OE1JLN. diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index c63b901..74153a6 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -49,7 +49,7 @@ BluetoothSerial SerialBT; OneButton userButton = OneButton(BUTTON_PIN, true, true); #endif -String versionDate = "2024.04.18"; +String versionDate = "2024.04.25"; uint8_t myBeaconsIndex = 0; int myBeaconsSize = Config.beacons.size();