diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-06-23 10:57:25 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-06-23 10:57:25 -0500 |
| commit | 458eef052e732a5c8385d30c966b4c59cde2b15a (patch) | |
| tree | 2b3f3544041f1da1f8d79a923288359ae3bc923b /ports/esp32s2 | |
| parent | 38659b566c5cd4c9be1a8340bdd801f394ce7084 (diff) | |
esp32s2: Disable USB MIDI
.. it was not in the USB descriptors anyway (lack of enough endpoints?)
Diffstat (limited to 'ports/esp32s2')
| -rw-r--r-- | ports/esp32s2/mpconfigport.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk index c9df81db0..040022052 100644 --- a/ports/esp32s2/mpconfigport.mk +++ b/ports/esp32s2/mpconfigport.mk @@ -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 |
