T-deck update
This commit is contained in:
parent
aeb7f2a3b8
commit
e3f718448e
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue