version UPDATE

This commit is contained in:
richonguzman 2024-09-10 14:55:37 -03:00
parent 81c46334ba
commit 60524fa05b
1 changed files with 1 additions and 1 deletions

View File

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