esp-rs/esp-idf-svc repo issues and pull requests
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...
Bump xtensa-toolchain to v1.6 #586 [SergioGasquez]
Thank you for your contribution! We appreciate the time and effort you've put into this pull request. To help us...
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...
Vollbrecht: I would have no problem with the introduction of something like a EspKeyValueStorage
ivmarkov: The main problem with the current EspNvs implementation is that it is actually a...
ivmarkov: @danielmeza BTW I don't understand this: with a Serde specific type constraints where...
danielmeza: @ivmarkov got it, I'll open a PR with the EspKeyValueStorage implementation.
ivmarkov: Just change &mut self to &self in the getter and document the power param.
ivmarkov: Just &self instead of &mut self.
ivmarkov: Nit: shall we rather document here (and in the get method) that power is N*0.25dBm?