This commit is contained in:
richonguzman 2023-11-20 07:56:01 -03:00
parent 9d7a208732
commit b54c09b3df
1 changed files with 1 additions and 1 deletions

View File

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