version update

This commit is contained in:
richonguzman 2023-12-13 15:37:11 -03:00
parent 171fdf73bc
commit 2bb7a186b6
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 = "2023.12.11";
String versionDate = "2023.12.13";
int myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();