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

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

esp-idf-sys 0.31.0 support #18

Closed brianmay closed 2 years ago

brianmay commented 2 years ago

Would be good if this package supported esp-idf-sys 0.31.0 which was 4 days ago.

(Hope I am not being too impatient here :-) )

persello commented 2 years ago

For now, a simple change in Cargo.toml seems to do the trick. I’ve tested it on my ESP32C3 board and it works. Opened #19.