update complete

This commit is contained in:
richonguzman
2025-09-26 11:37:02 -03:00
parent 9a94a193f9
commit a89181b5df
2 changed files with 2 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ ____________________________________________________
## Timeline (Versions):
- 2025-09-26 Heltec Wireless Bridge support added.
- 2025-09-09 MQTT added (pub+sub), Status defined by Op now and many fixes more.
- 2025-06-20 Digipeaters now with updated EcoMode (Board Sleeps until packet Rx reducing current consumption to almost 10% at idle).
- 2025-06-20 New Boards Added: Heltec T114 MeshNode, Faketec V3 as Digipeaters and QRP Labs LightGateway Plus 1.0.

View File

@@ -67,7 +67,7 @@ ___________________________________________________________________*/
#endif
String versionDate = "2025-09-25";
String versionDate = "2025-09-26";
String versionNumber = "3.1.2.1";
Configuration Config;
WiFiClient aprsIsClient;