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
285 stars 161 forks source link

EspWebSocketClientConfig: expose crt_bundle_attach #391

Closed geovie closed 3 months ago

geovie commented 3 months ago

Exposes crt_bundle_attach in EspWebSocketClientConfig too as it was already available for the http Configuration and MqttClientConfiguration.

Closes https://github.com/esp-rs/esp-idf-svc/issues/390

ivmarkov commented 3 months ago

CI fails

geovie commented 3 months ago

Fixed thanks

ivmarkov commented 3 months ago

Thanks!