Skip to content

Commit 71c1c12

Browse files
lexfreiclaude
andcommitted
chore(deps): use openthread fork with set_link_mode
Point to lexfrei/openthread#feat/add-set-link-mode which adds the set_link_mode() method required for rx_on_when_idle support. Upstream PR: esp-rs/openthread#50 Co-Authored-By: Claude <[email protected]> Signed-off-by: Aleksei Sviridkin <[email protected]>
1 parent 69442be commit 71c1c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rs-matter-embassy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ rs-matter = { git = "https://github.com/sysgrok/rs-matter", branch = "next" }
2121
#rs-matter = { path = "../../rs-matter/rs-matter" }
2222
rs-matter-stack = { git = "https://github.com/ivmarkov/rs-matter-stack.git", branch = "next" }
2323
#rs-matter-stack = { path = "../../rs-matter-stack" }
24-
openthread = { git = "https://github.com/sysgrok/openthread.git" }
25-
#openthread = { version = "0.1", path = "../../../openthread/openthread" }
24+
# Fork with set_link_mode method: https://github.com/esp-rs/openthread/pull/50
25+
openthread = { git = "https://github.com/lexfrei/openthread", branch = "feat/add-set-link-mode" }
2626
nrf-sdc = { git = "https://github.com/alexmoon/nrf-sdc.git", rev = "11d5c3c3653af73b511133c2f8231f33eb0696f4" }
2727
nrf-mpsl = { git = "https://github.com/alexmoon/nrf-sdc.git", rev = "11d5c3c3653af73b511133c2f8231f33eb0696f4" }
2828

0 commit comments

Comments
 (0)