Skip to content

Commit

Permalink
Fix otbr for USB cc2652 dongles (home-assistant#3782)
Browse files Browse the repository at this point in the history
* fix deassert when flow control disabled

* Bump version to 2.11.1
  • Loading branch information
tl-sl authored Oct 7, 2024
1 parent ae7c1b9 commit 04ab281
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions openthread_border_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.11.1

- Fix issue with USB TI CC2652 based devices

## 2.11.0

- Bump to OTBR POSIX version ff7227ea9a2 (2024-09-25 14:54:08 -0700)
Expand Down
2 changes: 1 addition & 1 deletion openthread_border_router/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 2.11.0
version: 2.11.1
slug: openthread_border_router
name: OpenThread Border Router
description: OpenThread Border Router add-on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ flow_control=""

if bashio::config.true 'flow_control'; then
flow_control="&uart-flow-control"
else
flow_control="&uart-init-deassert"
fi

otbr_log_level=$(bashio::string.lower "$(bashio::config otbr_log_level)")
Expand Down

0 comments on commit 04ab281

Please sign in to comment.