update for V0_7 boards

This commit is contained in:
richonguzman 2023-08-12 12:12:12 -04:00
parent 1ba4729bf3
commit 383c90ad53
1 changed files with 1 additions and 1 deletions

View File

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