cat-in-136 / ws2812-esp32-rmt-driver

WS2812 driver using ESP32 RMT for Rust
MIT License
40 stars 21 forks source link

Not compatible with esp-idf-svc version 0.49 #51

Closed simonborje closed 2 days ago

simonborje commented 1 week ago

Version 0.49 of esp-idf-svc that depends on esp-idf-hal=0.44 was recently released, making it incompatible with the latest version of this crate that depends on esp-idf-hal=0.43.

Since a new version of esp-idf-hal was also released perhaps #43 could also be merged.