updated versionDate

This commit is contained in:
richonguzman 2024-11-29 11:54:37 -03:00
parent 1da81f4c71
commit 5f8aa3c5b8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ TinyGPSPlus gps;
BluetoothSerial SerialBT; BluetoothSerial SerialBT;
#endif #endif
String versionDate = "2024.11.18"; String versionDate = "2024.11.29";
uint8_t myBeaconsIndex = 0; uint8_t myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size(); int myBeaconsSize = Config.beacons.size();