FastLED-idf icon indicating copy to clipboard operation
FastLED-idf copied to clipboard

Fixed RMT initialization on GPIO0

Open aostrun opened this issue 4 years ago • 0 comments

This PR should solve issues #22 & #19.

Initially, I had issues with the coexistence of RMI Ethernet and FastLED-idf RMT, but with the help from @Pacheu and his writeup in issue #19 I was able to fix the issue.

I simply updated the init function to initialize the RMT on the pin defined by the user and not statically using GPIO0.

aostrun avatar Mar 25 '21 12:03 aostrun