T-deck update

This commit is contained in:
richonguzman 2024-04-25 08:57:54 -04:00
parent aeb7f2a3b8
commit e3f718448e
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ ____________________________________________________
____________________________________________________
## Timeline (Versions):
- 2024.04.25 Added Lilygo TTGO T-Deck (add Neo6Mv2 GPS) support.
- 2024.04.12 Added HELTEC Wireless Tracker support.
- 2024.03.22 3 times pressing middle button for T-Beams turns the Tracker off.
- 2024.03.08 ESP32_C3 DIY LoRa + GPS board added. Thanks Julian OE1JLN.

View File

@ -49,7 +49,7 @@ BluetoothSerial SerialBT;
OneButton userButton = OneButton(BUTTON_PIN, true, true);
#endif
String versionDate = "2024.04.18";
String versionDate = "2024.04.25";
uint8_t myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();