version update

This commit is contained in:
richonguzman 2025-01-02 12:12:43 -03:00
parent ac1754eace
commit ea25d35c30
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ ____________________________________________________
____________________________________________________
## Timeline (Versions):
- 2025.01.02 Buttons added for DIY Boards and Boards without buttons.
- 2024.11.13 Added Heltec Wireless Stick Lite V3 + GPS + Oled Display support for another DIY ESP32 Tracker.
- 2024.11.13 T-Deck Joystick and Button Pressing Fix for smother operation.
- 2024.10.24 Added QRP Labs LightTracker Plus1.0 support.

View File

@ -57,7 +57,7 @@ TinyGPSPlus gps;
BluetoothSerial SerialBT;
#endif
String versionDate = "2024.12.21";
String versionDate = "2025.01.02";
uint8_t myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();