version update

This commit is contained in:
richonguzman 2024-01-05 18:59:36 -03:00
parent 179b305db5
commit 5210793169
1 changed files with 1 additions and 1 deletions

View File

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