-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32C6 Wifi APIs not available on v5.1/v5.1.1 #307
Comments
Answering this myself. It turns out that the esp-idf-template does not configure the MCU that needs to build, and the default mcu is the esp32h2 that does not have the Wifi. I fixed this by setting the mcu in the .cargo/config.toml
|
I'm in the process of updating the A new |
Also this: esp-rs/esp-idf-template@01b55d3 |
To be fixed once this is merged: esp-rs/esp-idf-template#159 |
Hi,
I'm using
cargo generate esp-rs/esp-idf-template cargo
to generate a new esp32 project. I'm using an esp32c6 module, so I use IDF v5.1.1 .I find that the Rust Wifi APIs defined in src/wifi.rs are not available. The wifi module is gated by the following configurations.
I couldn't figure out how these configurations are set. Does anyone have Wifi working with Rust on ESP32C6?
Regards,
Sojan
The text was updated successfully, but these errors were encountered: