readme and date update

This commit is contained in:
Ricardo Guzman (Richonguzman) 2026-02-26 11:51:59 -03:00
parent 453222d69f
commit 57873e4181
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ ____________________________________________________
<br />
# Timeline (Versions):
- 2026-02-26 9M2IBR ESP32 1W (400M30S) + GPS board added.
- 2026-02-25 Code Improvements: reduced String comparisons and improved logic for faster code execution.
- 2026-02-15 Digipeater code/logic improved.
- 2026-02-08 Heltec V2 915MHz added.

View file

@ -67,7 +67,7 @@ ___________________________________________________________________*/
#endif
String versionDate = "2026-02-25";
String versionDate = "2026-02-26";
String versionNumber = "3.2";
Configuration Config;
WiFiClient aprsIsClient;