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
Enabling 16 virtual wires/jacks at a MIDI device grows the USB configuration/MIDI descriptor to 643 bytes. :) The static buffer in Adafruit_USBD_Device::_desc_cfg[256] cannot carry this.
What could be done about this? Would it be possible to just compose the buffer content on-the-fly/stack and return it from there, or does it need to be static/stay around?