t-deck button correction

This commit is contained in:
richonguzman 2024-10-29 12:49:48 -03:00
parent 87967c8a66
commit 30704574e3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ TinyGPSPlus gps;
OneButton userButton = OneButton(BUTTON_PIN, true, true);
#endif
String versionDate = "2024.10.25";
String versionDate = "2024.10.29";
uint8_t myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();