This commit is contained in:
richonguzman 2023-12-01 00:02:34 -03:00
parent 9aaddb8404
commit 3fd7306f68
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ TinyGPSPlus gps;
BluetoothSerial SerialBT;
OneButton userButton = OneButton(BUTTON_PIN, true, true);
String versionDate = "2023.11.29";
String versionDate = "2023.12.01";
int myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();