version update

This commit is contained in:
richonguzman 2024-04-17 23:54:04 -04:00
parent f4771546bb
commit 137d643b2e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ BluetoothSerial SerialBT;
OneButton userButton = OneButton(BUTTON_PIN, true, true);
#endif
String versionDate = "2024.04.15";
String versionDate = "2024.04.17";
uint8_t myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();