Skip to content

Commit aa32b58

Browse files
committed
displayEcoModeFix
1 parent 89c7e91 commit aa32b58

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ ____________________________________________________
5353
____________________________________________________
5454
## Timeline (Versions):
5555

56+
- 2026-01-19 A few bugs fixes on screen timeout and other issues.
5657
- 2025-12-01 APRSPacketLib update.
5758
- 2025-11-26 Custom Status Selection.
5859
- 2025-08-11 New improved Battery Monitor for Heltec Boards. Thanks Tilen S54B.

src/LoRa_APRS_Tracker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ ____________________________________________________________________*/
6969
#endif
7070

7171

72-
String versionDate = "2026-01-19";
73-
String versionNumber = "2.4.1";
72+
String versionDate = "2026-01-20";
73+
String versionNumber = "2.4.2";
7474
Configuration Config;
7575
HardwareSerial gpsSerial(1);
7676
TinyGPSPlus gps;

0 commit comments

Comments
 (0)