Skip to content

Commit

Permalink
Fix deep link to matter stack
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed May 3, 2024
1 parent da99a03 commit f030bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Users are expected to provide implementations for various `rs-matter` abstractio

Furthermore, _operating_ the assembled Matter stack is also challenging, as various features might need to be switched on or off depending on whether Matter is running in commissioning or operating mode, and also depending on the current network connectivity (as in e.g. Wifi signal lost).

**This crate addresses these issues by providing an all-in-one [`MatterStack`](https://github.com/ivmarkov/esp-idf-matter/blob/master/src/stack.rs#L57) assembly that configures `rs-matter` for reliably operating on top of the ESP IDF SDK.**
**This crate addresses these issues by providing an all-in-one [`MatterStack`](https://github.com/ivmarkov/esp-idf-matter/blob/master/src/stack.rs) assembly that configures `rs-matter` for reliably operating on top of the ESP IDF SDK.**

Instantiate it and then call `MatterStack::run(...)`.

Expand Down

0 comments on commit f030bda

Please sign in to comment.