From ae32f7de8be99d35ce0bc59ec2a413055c21d6fc Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 24 Feb 2024 13:43:41 -0300 Subject: [PATCH] new Partitions --- 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 162e8f3..79e87c1 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ ____________________________________________________ ____________________________________________________ ## Timeline (Versions): +- 2024.02.24 New Partitions: more memory for new code/firmware (still > 500 Rx messages available) - 2024.02.21 Winlink Mails through APRSLink ( https://www.winlink.org/APRSLink/ ) - 2024.01.26 Added Helmut OE5HWN MeshCom PCB support. - 2024.01.18 BME modules have now a single reading per minute. diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 32e8b21..f7556f8 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.02.21"; +String versionDate = "2024.02.24"; int myBeaconsIndex = 0; int myBeaconsSize = Config.beacons.size();