Heltec Wireless Paper base

This commit is contained in:
richonguzman 2024-08-19 11:37:55 -04:00
parent bd672857f4
commit f4744eab6a
2 changed files with 2 additions and 1 deletions

View file

@ -47,6 +47,7 @@ __(This iGate Firmware works with all LoRa Tracker Firmwares (specially this <a
## Timeline (Versions):
- 2024.08.19 HELTEC Wireless Paper working (still missing Epaper code).
- 2024.08.13 Web Authentication for WebUI. Thanks Mitja S57PNX.
- 2024.08.05 WIDE2-n added to WIDE1-n in Digirepeater Modes.
- 2024.06.27 External Voltage Divider Resistor configuration on WebUI. Thanks Tilen S54B.

View file

@ -38,7 +38,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif
String versionDate = "2024.08.16";
String versionDate = "2024.08.19";
Configuration Config;
WiFiClient espClient;