summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorKevin Banks <kevin@firia.com>2021-01-28 20:22:31 -0600
committerKevin Banks <kevin@firia.com>2021-01-28 20:22:31 -0600
commit63f9b12fe61c9df6e993f92d7cfef1038523d930 (patch)
treeb11b28380ceb3309a168d70b0ded5fd5b40b51ab /ports
parent1b031508e14a3cdfa2ba9c5cf158126d3f002cba (diff)
Partially hard-coded VENDOR descriptor has been added. First build to be accessed via WebUSB. NOTE - had to disable HID (EndPoint shortage?)
Diffstat (limited to 'ports')
-rw-r--r--ports/esp32s2/mpconfigport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp32s2/mpconfigport.mk b/ports/esp32s2/mpconfigport.mk
index 2d324e161..7dcd3355f 100644
--- a/ports/esp32s2/mpconfigport.mk
+++ b/ports/esp32s2/mpconfigport.mk
@@ -30,6 +30,7 @@ CIRCUITPY_ROTARYIO = 1
CIRCUITPY_NVM = 1
# We don't have enough endpoints to include MIDI.
CIRCUITPY_USB_MIDI = 0
+CIRCUITPY_USB_HID = 0
# We have borrowed the VENDOR nomenclature from tinyusb. VENDOR AKA WEBUSB
CIRCUITPY_USB_VENDOR = 1
CIRCUITPY_WIFI = 1