diff --git a/README.md b/README.md index 5631afa..10a736f 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ ____________________________________________________ ____________________________________________________ ## Timeline (Versions): +- 2024.01.02 Added TTGO Lilygo T-Beam S3 Supreme v3 support. - 2023.12.31 PowerManagment Library AXP192/AXP2101 updated. - 2023.12.27 Added Led-Flashlight like Baofeng UV5R Led. - 2023.12.27 Added LoRa APRS Packet Decoder to Stations Menu. diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index e1f1b4a..1edf07d 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -34,7 +34,7 @@ BluetoothSerial SerialBT; OneButton userButton = OneButton(BUTTON_PIN, true, true); #endif -String versionDate = "2024.01.01"; +String versionDate = "2024.01.02"; int myBeaconsIndex = 0; int myBeaconsSize = Config.beacons.size();