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

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

chore(deps): update esp-idf-hal from 0.42 to 0.43.1 #41

Closed jean-santos closed 5 months ago

jean-santos commented 7 months ago

This PR is to update esp-idf-hal to 0.43 0.43.1

Edit : Just noticed the breaking changes of esp-idf hal happens on 0.43.1 not on 0.43

cat-in-136 commented 6 months ago

Updated .github/workflows/rust.yml is also needed to upgrade rust version on github workflow.

(Unlike #43,) Your code can build without compile error. But my 5x5 led get lit in randomly color using your PR. How about you?

jean-santos commented 6 months ago

I have a yd-esp32-23 board which has only 1 led and is currently looking good. I'll look it up again to see if I find anything this week.

jean-santos commented 5 months ago

Closed in favor of #43