-
Hi, I'm new to embedded Rust and created a new project via the std template. Added the esp-idf-svc crate but now I want to use BLE. Found this project but can't find esp-wifi on crates.io. My question is: How do I use this crate? Or is this just an example repository and I need to replicate the examples in my project? EDIT: Found the README section addressing this: https://github.com/esp-rs/esp-wifi#using-in-your-own-binary-crate Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
See https://github.com/esp-rs/esp-wifi#using-in-your-own-binary-crate |
Beta Was this translation helpful? Give feedback.
-
For now this isn't on crates.io but needs to be added as a git dependency. However this is for no+std / bare-metal only. Seems like you want to use the std approach |
Beta Was this translation helpful? Give feedback.
See https://github.com/esp-rs/esp-wifi#using-in-your-own-binary-crate