Hi everyone. I’m wanting to use FastLED with the Adafruit PIXIE on an ESP32. As far as I can tell FastLED doesn’t support it on the ESP32 from documentation and when I compile in Arduino IDE I get this error:
Build options changed, rebuilding all
/tmp/arduino_modified_sketch_199088/DemoReel100.ino:1:28: fatal error: SoftwareSerial.h: No such file or directory
compilation terminated.
exit status 1
Error compiling for board ESP32 Dev Module.
But when I switch back to compiling for Arduino it works as normal.
Are there plans to support the PIXIE on ESP32?
