esp32s2: Disable USB MIDI
.. it was not in the USB descriptors anyway (lack of enough endpoints?)
This commit is contained in:
parent
38659b566c
commit
458eef052e
@ -30,8 +30,8 @@ CIRCUITPY_ROTARYIO = 0
|
||||
CIRCUITPY_RTC = 0
|
||||
CIRCUITPY_TOUCHIO = 0
|
||||
|
||||
# Enable USB support
|
||||
# Enable USB HID support
|
||||
CIRCUITPY_USB_HID = 1
|
||||
CIRCUITPY_USB_MIDI = 1
|
||||
CIRCUITPY_USB_MIDI = 0
|
||||
|
||||
CIRCUITPY_MODULE ?= none
|
||||
|
Loading…
Reference in New Issue
Block a user