We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c7e91 commit aa32b58Copy full SHA for aa32b58
2 files changed
README.md
@@ -53,6 +53,7 @@ ____________________________________________________
53
____________________________________________________
54
## Timeline (Versions):
55
56
+- 2026-01-19 A few bugs fixes on screen timeout and other issues.
57
- 2025-12-01 APRSPacketLib update.
58
- 2025-11-26 Custom Status Selection.
59
- 2025-08-11 New improved Battery Monitor for Heltec Boards. Thanks Tilen S54B.
src/LoRa_APRS_Tracker.cpp
@@ -69,8 +69,8 @@ ____________________________________________________________________*/
69
#endif
70
71
72
-String versionDate = "2026-01-19";
73
-String versionNumber = "2.4.1";
+String versionDate = "2026-01-20";
+String versionNumber = "2.4.2";
74
Configuration Config;
75
HardwareSerial gpsSerial(1);
76
TinyGPSPlus gps;
0 commit comments