From c0e0ed4b4d2cd6ae7283e5462c3585ca8e230247 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 23 Oct 2023 00:45:04 -0300 Subject: [PATCH] version update --- 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 6a616ba..4be28ce 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -31,7 +31,7 @@ TinyGPSPlus gps; BluetoothSerial SerialBT; OneButton userButton = OneButton(BUTTON_PIN, true, true); -String versionDate = "2023.10.22"; +String versionDate = "2023.10.23"; int myBeaconsIndex = 0; int myBeaconsSize = Config.beacons.size();