few updates for Tbeam Supreme

This commit is contained in:
richonguzman 2024-01-02 00:33:03 -03:00
parent 7aadb4a0d8
commit 4b269dc352
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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();