You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP32 port relies on Espressif's esp32-hal-tinyusb.c for building usb descriptors which requires all descriptors must be specified in usb objects declaration i.e constructors. Therefore all descriptor-related fields must be part of object declaration and descriptor-related API have no effect afterwards for this port.
The TinyUSB implementation sets some of this info in the begin() call. We probably need Corsair Lighting Protocol Boards support for ESP32.
The text was updated successfully, but these errors were encountered:
@cnn123666 This issue is for the ESP32. It's not related to the Pico. Anyway, there are only so many PIO resources on the Pico. The FastLED implementation uses PIO. If you exhaust the resources its not going to work correctly. This is a FastLED problem.
Per Adafruit TinyUSB Arduino library readme:
The TinyUSB implementation sets some of this info in the
begin()
call. We probably need Corsair Lighting Protocol Boards support for ESP32.The text was updated successfully, but these errors were encountered: