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

Make EspAsyncMqttClient::wrap public. #462

Closed HalfVoxel closed 4 months ago

HalfVoxel commented 4 months ago

This will allow users to use the EspMqttClient::new_cb method together with the async mqtt client, if one should so desire. For example, if one wants to use a different event channel.