esp-rs/esp-idf-svc repo issues and pull requests
How to enable MDNS? #631 [GatoImorrivel]
I have been bashing my head over how to enable MDNS I have set the flag CONFIG_ESP_IDF_COMP_MDNS_ENABLED=y in my...
embassy-time-driver: Deadlock when timer callback races with executor's concurrent_queue push #630 [torkleyy] bug
I've been hitting intermittent deadlocks when using the embassy-time-driver feature with async-executor. After a lot...
Release new version #605 [godofred] enhancement
Motivations Some nice new features are already implemented, and CI is passing. Particularly, the ledc_fade...
GatoImorrivel: Managed to get it working based on the mdns_advertiser example Adding...