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

extend doc for new api functions and networking options

This commit is contained in:
andreas
2024-11-14 19:47:10 +01:00
parent c292b82635
commit 13efceeef7
3 changed files with 86 additions and 2 deletions

View File

@@ -70,7 +70,8 @@ Files
* add capabilities (since 20231105 - as an alternative to a static DECLARE_CAPABILITY )
* add a user task (since 20231105 - as an alternative to a static DECLARE_USERTASK)
* store or read task interface data (see below)
* add a request handler for web requests (since 202411xx) - see registerRequestHandler in the API
__Interfacing between Task__