From 62107c98bc33ac73eccfa6c0d0de1f854d9af51e Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 3 Oct 2024 20:55:12 -0300 Subject: [PATCH] cleaned a little more --- src/LoRa_APRS_Tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 88a8709..76f941d 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -49,7 +49,7 @@ TinyGPSPlus gps; OneButton userButton = OneButton(BUTTON_PIN, true, true); #endif -String versionDate = "2024.10.02"; +String versionDate = "2024.10.03"; uint8_t myBeaconsIndex = 0; int myBeaconsSize = Config.beacons.size();