esp32s2: Disable USB MIDI

.. it was not in the USB descriptors anyway (lack of enough endpoints?)
This commit is contained in:
Jeff Epler 2020-06-23 10:57:25 -05:00
parent 38659b566c
commit 458eef052e

View File

@ -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