esp-rs / esp-idf-svc

Type-Safe Rust Wrappers for various ESP-IDF services (WiFi, Network, Httpd, Logging, etc.)
https://docs.esp-rs.org/esp-idf-svc/
Apache License 2.0
333 stars 183 forks source link

Add support for WPS #331

Closed thetek42 closed 11 months ago

ivmarkov commented 11 months ago

@thetek42 Once you remove the pesky set_cchar_slice the PR should be good to go. Rest is OK.

ivmarkov commented 11 months ago

Thanks!