few updates for Tbeam Supreme
This commit is contained in:
parent
7aadb4a0d8
commit
4b269dc352
|
|
@ -53,6 +53,7 @@ ____________________________________________________
|
|||
____________________________________________________
|
||||
## Timeline (Versions):
|
||||
|
||||
- 2024.01.02 Added TTGO Lilygo T-Beam S3 Supreme v3 support.
|
||||
- 2023.12.31 PowerManagment Library AXP192/AXP2101 updated.
|
||||
- 2023.12.27 Added Led-Flashlight like Baofeng UV5R Led.
|
||||
- 2023.12.27 Added LoRa APRS Packet Decoder to Stations Menu.
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ BluetoothSerial SerialBT;
|
|||
OneButton userButton = OneButton(BUTTON_PIN, true, true);
|
||||
#endif
|
||||
|
||||
String versionDate = "2024.01.01";
|
||||
String versionDate = "2024.01.02";
|
||||
|
||||
int myBeaconsIndex = 0;
|
||||
int myBeaconsSize = Config.beacons.size();
|
||||
|
|
|
|||
Loading…
Reference in New Issue