version update

This commit is contained in:
richonguzman 2023-12-06 11:08:29 -03:00
parent 7f9b94a78c
commit caf4fdfd37
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ ____________________________________________________
____________________________________________________
## Timeline (Versions):
- 2023.12.06 Heltec V2 support added (son Heltec V3)
- 2023.11.26 Small correction to enable Syslog in stationMode5.
- 2023.10.09 Added "WIDE1-1" to Tx packets from iGate to be *repeated* by Digirepeaters.
- 2023.10.09 Added Support also for BMP280 module.

View file

@ -20,7 +20,7 @@
Configuration Config;
WiFiClient espClient;
String versionDate = "2023.12.03";
String versionDate = "2023.12.06";
int myWiFiAPIndex = 0;
int myWiFiAPSize = Config.wifiAPs.size();
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];