Skip to content

Commit ef6e3a9

Browse files
Update Changelog: Include RP2350 Serial Number Fix
1 parent 5b2edc7 commit ef6e3a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ See the examples for basic usage options
1414
## Changelog
1515

1616
### 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
1721
- 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)
1822
- refactor KNX IP Tunneling
1923
- the Device Management Connection is now handled independently from Tunnel Connections and do not consume a Tunnel PA anymore

0 commit comments

Comments
 (0)