Skip to content

Commit

Permalink
V2.1.1 (rq queue bugfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ing-Dom committed Sep 16, 2024
1 parent 84a0ce3 commit f606f6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ See the examples for basic usage options

## Changelog

### V2.1.1 - 2024-09-16
- fix minor bug in TP-Uart Driver (RX queue out of boundary)

### V2.1.0 - 2024-07-03
- complete rework of the TPUart DataLinkLayer with support interrupt-based handling and optimized queue handling
- added DMA support for RP2040 platform
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knx",
"version": "2.1.0",
"version": "2.1.1",
"dependencies": {
},
"description": "knx stack",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=knx
version=2.1.0
version=2.1.1
author=Thomas Kunze, the OpenKNX Team, et. al.
maintainer=OpenKNX Team
sentence=knx stack
Expand Down

0 comments on commit f606f6d

Please sign in to comment.