diff --git a/Readme.md b/Readme.md index 25eb111..5d2a20d 100644 --- a/Readme.md +++ b/Readme.md @@ -174,6 +174,10 @@ For details refer to the [example description](lib/exampletask/Readme.md). Changelog --------- +[20251126](../../releases/tag/20251126) +* fix a bug in the Actisense reader that could lead to an endless loop (making the device completely non responsive) +* upgrade to 4.24.1 of the NMEA2000 library (2025/11/01) - refer to the [changes](https://github.com/ttlappalainen/NMEA2000/blob/master/Documents/src/changes.md) - Especially UTF8 support +********* [20251007](../../releases/tag/20251007) ********* * add AIS Aton translations (PGN 129041 <-> Ais class 21) diff --git a/platformio.ini b/platformio.ini index 0025382..341083c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,7 +18,7 @@ extra_configs= [basedeps] lib_deps = - ttlappalainen_NMEA2000=https://github.com/wellenvogel/NMEA2000.git#20250926 + ttlappalainen_NMEA2000=https://github.com/wellenvogel/NMEA2000.git#20251126 ttlappalainen/NMEA0183 @ 1.10.1 ArduinoJson @ 6.18.5 AsyncTCP-esphome @ 2.0.1