FastLED-idf
FastLED-idf copied to clipboard
Fixed RMT initialization on GPIO0
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.