version update

This commit is contained in:
richonguzman 2023-10-23 00:45:04 -03:00
parent 6d4726cdc6
commit c0e0ed4b4d
1 changed files with 1 additions and 1 deletions

View File

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