update readme

This commit is contained in:
wellenvogel 2022-01-07 12:44:22 +01:00
parent 9878c90e7b
commit 3745a79afd
1 changed files with 9 additions and 0 deletions

View File

@ -138,6 +138,15 @@ For details refer to the [example description](lib/exampletask/Readme.md).
Changelog
---------
[20220107](../../releases/tag/20220107)
********
* add a TCP client - you can connect to any source of NMEA data using IP address (or MDNS host name) and port<br>
This way you can e.g. "chain" multiple gateways
* add receiving of Seasmart messages.<br>
Using this feature you can forward the data from the NMEA2000 bus via TCP to another device.
* add some Status Info to the extension API
* correct the display of wind direction on the data page
[20211218](../../releases/tag/20211218)
********
* 1st real release