1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

adapt readme to release 20220301

This commit is contained in:
andreas
2022-03-01 18:25:22 +01:00
parent f351478375
commit 7d396c2e23

View File

@@ -145,6 +145,15 @@ For details refer to the [example description](lib/exampletask/Readme.md).
Changelog
---------
[20220301](../../releases/tag/20220301)
*********
* change [boat data names to shorter ones](../../issues/17)
* correct [bug with boatData config items](../../issues/16)
* allow for shorter conditions in config items (use arrays of allowed values for "or" condition)
* add some static variables at BoatData to reference the known items (see [exampletask](lib/exampletask/exampletask.cpp#L95))
* make the known config names static members of GwConfigHandler
* remove unused AWD boat data item
[20220124](../../releases/tag/20220124)
*********
* make the serial input and output working again