drogue-iot / reqwless

Rust async HTTP client for embedded/no_std
Apache License 2.0
129 stars 18 forks source link

Fix esp-mbedtls support after bump to esp-hal 0.18 #87

Closed GnomedDev closed 3 months ago

GnomedDev commented 4 months ago

esp-mbedtls now expects to be passed a mutable reference to the raw peripheral, instead of to the peripheral container.

AnthonyGrondin commented 4 months ago

I'll test this with a few examples I use locally along with an app in development.

Could you please lock the git rev to https://github.com/esp-rs/esp-mbedtls/commit/c619fade4d091030694b57fa361b801f0d8cb68b or update for the API changes since https://github.com/esp-rs/esp-mbedtls/compare/c619fade4d091030694b57fa361b801f0d8cb68b..e8a33f20f6e7f3ee29deb214d43af8f00b093a85