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
if (debounce_in_use == 0) debouncetimer.start(20000);
When connecting my iConnect MIDI+ to a hub connected the USB host port on my T3.6 device, it locks up. By increasing the debounce time to 200000, the issue is resolved. I didn't really test many possible values, but 200000 did the trick.
The text was updated successfully, but these errors were encountered:
USBHost_t36/hub.cpp
Line 482 in 69b9072
When connecting my iConnect MIDI+ to a hub connected the USB host port on my T3.6 device, it locks up. By increasing the debounce time to 200000, the issue is resolved. I didn't really test many possible values, but 200000 did the trick.
The text was updated successfully, but these errors were encountered: