esp-rs/esp-idf-svc repo issues and pull requests
MQTT client hard crash when configuring a last will message on esp32 #587 [Apollo-Roboto] bug
Bug description MQTT client hard crash when configuring a last will message on esp32 when creating the client. Full...
wifi connection is complete, the ping fails #317 [MrDustZero]
code ` let mut esp_wifi = EspWifi::new(modem, sysloop.clone(), None)?; let mut wifi = BlockingWifi::wrap(&mut...
Added set/get_max_tx_power for Wifi #584 [nandee95]
Submission Checklist 📝 [N/A] I have updated existing examples or added new ones (if applicable). I have used cargo...
ESP-IDF-SVC NVS contains() Bug Report - String Values Not Detected #585 [danielmeza] bug
ESP-IDF-SVC NVS contains() Bug Report - String Values Not Detected Bug description The contains() method in EspNvs...
HTTP Client fix #578 [gustavowd]
Thank you for your contribution! We appreciate the time and effort you've put into this pull request. To help us...
Add MQTT 5 Support #589 [danielmeza] enhancement
Motivations Checking the current supported MQTT protocol version we only enable the v3.* ones. Would be great to...
DS peripheral support in HTTP and MQTT clients #555 [4rzael] enhancement
Motivations Some chips of the esp32 family include a digital signature peripheral, which can be used to securely...
Map ESP-IDF's mbedTLS to rust-native-tls #22 [ivmarkov] help wanted rust-std
... or alternatively, map ESP-IDF's partial OpenSSL implementation to rust-openssl. Both solutions would require a...
Fixes issue #585 -> Resolve contains() method returning false for existing string values #588 [danielmeza]
Fixes issue #585 where EspNvs::contains() incorrectly returned false for string values that actually existed in NVS...
slonkazoid: for future strugglers: make sure you dont drop EspWifi