You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ See the examples for basic usage options
14
14
## Changelog
15
15
16
16
### v1dev (replace this with version and date when releasing to v1)
17
+
18
+
- Fix: `uniqueSerialNumber()` returned no unique id on RP2350. Use `pico_get_unique_board_id()`, this is compatible to previous implementation:
19
+
- For RP2040 it will return the same serial as `flash_get_unique_id()` in old implementation
20
+
- For RP2350 it uses an OTP-based unique chip ID
17
21
- deactivate by default not KNX-Standard compatible 'Tunnel-Optimization" which reduces traffic on TP (can be used with compiler option KNX_TUNNELING_NO_TUNNEL_PA_ON_TP and KNX_TUNNELING_STRICT_TOPOLOGY)
18
22
- refactor KNX IP Tunneling
19
23
- the Device Management Connection is now handled independently from Tunnel Connections and do not consume a Tunnel PA anymore
0 commit comments