We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, is there any way to do Wi-Fi provisioning from Rust (ideally via BLE)? If not, is it possible to do it from C while still using Rust code?
The text was updated successfully, but these errors were encountered:
I've added Wi-Fi Easy Connect (DPP) support in #228 and esp-rs/esp-idf-sys#168, though this works via a QR code on compatible mobile phones instead of BLE. It wouldn't be so hard to add the other provisioning options available, such as: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/provisioning/provisioning.html
Sorry, something went wrong.
You can find provisioning example here
No branches or pull requests
Hi, is there any way to do Wi-Fi provisioning from Rust (ideally via BLE)? If not, is it possible to do it from C while still using Rust code?
The text was updated successfully, but these errors were encountered: