version and readme update

This commit is contained in:
richonguzman 2024-06-21 10:58:54 -04:00
parent bbc1996918
commit c346bc0f39
2 changed files with 3 additions and 2 deletions

View file

@ -50,10 +50,11 @@ ____________________________________________________
____________________________________________________
## Timeline (Versions):
- 2024.06.21 Tx packets comming from APRS-IS are (now) formated into 3rd Party (as they should have been since the beginning).
- 2024.06.18 All boards with 433 / 868 / 915 MHz versions.
- 2024.06.10 ESP32C3 + 1W LoRa Module (E22 400M30S) support added.
- 2024.06.09 Si7021 module added (with autodetected I2C Address)
- 2024.06.08 Callsign Validation for all Rx and Tx Station that iGate/Digi hears.
- 2024.06.08 Callsign Validation for all Station that iGate/Digi hears.
- 2024.05.27 Battery Monitor for internal and External Voltages (to make board sleep and avoid low discharge of batterys) T-Beam boards now with Battery readings as well.
- 2024.05.23 Forced Reboot Mode added.
- 2024.05.22 Experimental backup-Digirepeater-Mode when "only" iGate mode loses WiFi connection added.

View file

@ -37,7 +37,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif
String versionDate = "2024.06.20";
String versionDate = "2024.06.21";
Configuration Config;
WiFiClient espClient;