mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-20 08:32:32 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db0da96d7f |
@@ -51,6 +51,10 @@ ____________________________________________________
|
|||||||
<br />
|
<br />
|
||||||
|
|
||||||
# Timeline (Versions):
|
# Timeline (Versions):
|
||||||
|
- 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.
|
||||||
|
- 2026-02-05 Improved "digiBackupMode" to check "APRS-IS" server connection.
|
||||||
- 2026-01-07 Tactical Callsign added.
|
- 2026-01-07 Tactical Callsign added.
|
||||||
- 2026-01-05 Heltec V4 support added.
|
- 2026-01-05 Heltec V4 support added.
|
||||||
- 2025-12-22 Heltec Wireless Paper V1.2 and VisionMaster E290 Added. Thanks HA5SZI.
|
- 2025-12-22 Heltec Wireless Paper V1.2 and VisionMaster E290 Added. Thanks HA5SZI.
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ ___________________________________________________________________*/
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
String versionDate = "2026-02-24";
|
String versionDate = "2026-02-25";
|
||||||
String versionNumber = "3.2";
|
String versionNumber = "3.2";
|
||||||
Configuration Config;
|
Configuration Config;
|
||||||
WiFiClient aprsIsClient;
|
WiFiClient aprsIsClient;
|
||||||
|
|||||||
Reference in New Issue
Block a user