Skip to content

Commit

Permalink
version and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Jan 22, 2025
1 parent 100b002 commit 858162e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ____________________________________________________

## Timeline (Versions):

- 2025-01.22 Added LILYGO T-DECK PLUS (and DIY+GPS version) board support.
- 2025.01.11 Added HELTEC V3.2 board support.
- 2025.01.07 TROY_LoRa_APRS board added. GMT in quarter hour fix and Beacon fix for TNC.
- 2025.01.02 Callsign Black List added.
Expand Down
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ___________________________________________________________________*/
#include "A7670_utils.h"
#endif

String versionDate = "2025.01.21";
String versionDate = "2025.01.22";
Configuration Config;
WiFiClient espClient;
#ifdef HAS_GPS
Expand Down

0 comments on commit 858162e

Please sign in to comment.