You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to compile (mainline Rust compiler) but it doesn't work, and I don't know how to fix it. cargo +nightly esp32c3 --example embassy_ble --release --features "async,ble"
error: async closure does not implement `FnMut` because it captures state from its environment
--> esp-wifi/examples/embassy_ble.rs:147:28
|
147 | let mut notifier = async || {
| ^^^^^^^^
...
162 | srv.run(&mut notifier).await.unwrap();
| --- required by a bound introduced by this call
|
And other examples seem also not to work.
The text was updated successfully, but these errors were encountered:
I've tried to compile (mainline Rust compiler) but it doesn't work, and I don't know how to fix it.
cargo +nightly esp32c3 --example embassy_ble --release --features "async,ble"
And other examples seem also not to work.
The text was updated successfully, but these errors were encountered: