espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
136 stars 85 forks source link

fix(led_strip): fix the reset time and resolution bugs (IEC-124) #342

Closed Kainarx closed 4 weeks ago

Kainarx commented 4 weeks ago

This commit add a delay to ensure that the reset time is enough during the initialization. And remove the rigorous judgment of the real spi clk resolution to support different XTAL freq.

https://github.com/espressif/idf-extra-components/issues/340

Checklist