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();