How to run examples? #396
Replies: 1 comment
-
https://github.com/esp-rs/esp-wifi/blob/main/esp-wifi/docs/examples.md will explain how to run examples :). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Specifically, I want to run the
ble
example for aesp32c3
. Here is what I tried:cd esp-wifi
cargo run --example ble --target riscv32imc-unknown-none-elf --features esp32c3
But I get this error:
Beta Was this translation helpful? Give feedback.
All reactions