ivmarkov/rust-esp32-std-demo

Add Wi-Fi callback example

owenthewizard opened this issue · 2 comments

I'm trying to use WifiDriver::set_callbacks but I'm not successful. I think an example would be helpful.

I'm trying to implement this in idiomatic Rust: https://github.com/dokmic/eth2wlan/blob/master/main/main.c

Did you check the README? Feel free to open this issue at esp-idf-svc instead.

With that said, I can't write an example for every use case, as this is supported on my free time. The esp-idf-* crates are a community-driven effort, so ideally, folks achieving something open PRs (including for examples) and thus help in driving the crates forwards.

Even describing your issue in more details could be helpful.