mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-02-11 07:03:07 +01:00
fix a bug in the actisense reader, version 20251126
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user