From c9561252783b035294a93e6dc31046fb230c0794 Mon Sep 17 00:00:00 2001 From: Ing-Dom Date: Thu, 24 Oct 2024 19:29:08 +0200 Subject: [PATCH] prepare README.md - add current changes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 15b436a8..2f14b6ab 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ See the examples for basic usage options ## Changelog +### v1dev (replace this with version and date when releasing to v1) +- only set pinMode of Prog button pin if valid (PROG_BUTTON_PIN >= 0) +- Strings are now \0 terminated in group objects (#25) +- change defines in the rp2040 plattform for LAN / WLAN usage to KNX_IP_LAN or KNX_IP_WIFI, remove KNX_IP_GENERIC +- update examples and ci to current arduino-pico core version +- better Routing and Tunneling support +- add DPT 27.001 + ### V2.1.1 - 2024-09-16 - fix minor bug in TP-Uart Driver (RX queue out of boundary)