Skip to content

Commit

Permalink
docs: Add matrix room links (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored Feb 1, 2024
1 parent 4df41a5 commit 410c2a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ Rust support for these devices is still a work in progress, and progress is bein

For tools and libraries relating to Rust on ESP, please see the [esp-rs organization][esp-rs] on GitHub. This organization is managed by employees of Espressif as well as members of the community.

Feel free to join the [`esp-rs` community on Matrix][matrix] for all technical questions and issues! The community is open to everyone.

[rust]: https://www.rust-lang.org/
[espressif]: https://espressif.com/
[esp-rs]: https://github.com/esp-rs/
[matrix]: https://matrix.to/#/#esp-rs:matrix.org

## Who This Book Is For

Expand Down
4 changes: 3 additions & 1 deletion src/troubleshooting/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Troubleshooting

This chapter lists certain questions and common problems we have encountered over the time, along with their solutions. This page collects common issues independent of the chosen ESP ecosystem.
This chapter lists certain questions and common problems we have encountered over time, along with their solutions. This page collects common issues independent of the chosen ESP ecosystem. If you can't find your issue listed here, feel free to open an issue in the appropriate repository or ask on our [Matrix room][matrix].

[matrix]: https://matrix.to/#/#esp-rs:matrix.org

## Using the Wrong Rust Toolchain

Expand Down

0 comments on commit 410c2a8

Please sign in to comment.