This commit is contained in:
richonguzman 2024-10-24 14:55:24 -03:00
parent 522503083e
commit f3d1826c9b
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.11";
String versionDate = "2024.10.24";
uint8_t myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();