version Update

This commit is contained in:
richonguzman 2024-08-12 09:21:25 -04:00
parent 3bcb9ff036
commit d7638fa094
1 changed files with 1 additions and 1 deletions

View File

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