srwi / FastLEDHub

Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.
GNU Lesser General Public License v2.1
53 stars 2 forks source link

Add RP2040 Support #18

Open crusardri opened 6 months ago

crusardri commented 6 months ago

Hi!

Please, Can you add support for RP2040 chipset? (Arduino Nano Connect, RP Pico, etc...) Thanks!

srwi commented 6 months ago

Hi @crusardri, currently I don't own such a device, but I will try to add support once I get my hands on one.

It would require adding RP2040 support for https://github.com/srwi/ESPEssentials first. Since this is using WifiManager, a replacement compatible with the RP2040 would be necessary here.