Skip to content

Commit 458eef0

Browse files
committed
esp32s2: Disable USB MIDI
.. it was not in the USB descriptors anyway (lack of enough endpoints?)
1 parent 38659b5 commit 458eef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/esp32s2/mpconfigport.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ CIRCUITPY_ROTARYIO = 0
3030
CIRCUITPY_RTC = 0
3131
CIRCUITPY_TOUCHIO = 0
3232

33-
# Enable USB support
33+
# Enable USB HID support
3434
CIRCUITPY_USB_HID = 1
35-
CIRCUITPY_USB_MIDI = 1
35+
CIRCUITPY_USB_MIDI = 0
3636

3737
CIRCUITPY_MODULE ?= none

0 commit comments

Comments
 (0)