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

doc for 20240324

This commit is contained in:
andreas
2024-03-24 11:23:44 +01:00
parent 4aac6cbc6b
commit 146bc44c62
3 changed files with 56 additions and 1 deletions

View File

@@ -38,7 +38,8 @@ What is included
* a WEB UI to configure the gateway and to show the data that has been received
* a USB Actisense to NMEA2000 gateway
* a NMEA2000 to USB Actisense gateway
* starting with 201311xx some I2C Sensors
* starting with 201311xx some [I2C Sensors](doc/Sensors.md)
* starting with 20240324 [SSI rotary encoders](doc/Sensors.md)
For the details of the mapped PGNs and NMEA sentences refer to [Conversions](doc/Conversions.pdf).
@@ -165,6 +166,21 @@ For details refer to the [example description](lib/exampletask/Readme.md).
Changelog
---------
[20240324](../../releases/tag/20240324)
**********
* add [SSI rotary encoders](doc/Sensors.md)
* add some options to the converter (RMC rate, RSA parameters)
* support for the [M5 Atomic PortABC](https://shop.m5stack.com/products/atomic-portabc-extension-base) - more grove ports [#58](../../issues/58)
* some restructuring in the hardware definitions
* add SSID to status page [#37](../../issues/37)
* allow to attach i2c sensors to the grove ports in the [build service](doc/BuildService.md)
* add calset and calval config types<br>
This requires to write current values of a sensor at the [api](../lib/api/GwApi.h#L191) with setCalibrationValue.
The user can then bring up a calibration dialog and can set the current value as the config value.
* change log flushing to USB port that prevented ESP32 S3 based boards to start if no USB connection was available
* prevent the Web UI from appearing frozen if there was a large amount of invalid NMEA data received [#60](../../issues/60)
[20231228](../../releases/tag/20231228)
**********
* lock AsyncTCP-esphome to 2.0.1 to avoid compile errors