Skip to content

Commit 5268ef0

Browse files
authored
Utilize VID/PID from native USB port
1 parent cffc1bf commit 5268ef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ports/espressif/boards/espressif_esp32s2_devkitc_1_n8r2/mpconfigboard.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
USB_VID = 0x10C4
2-
USB_PID = 0xEA60
1+
USB_VID = 0x303A
2+
USB_PID = 0x0002
33
USB_PRODUCT = "ESP32-S2-DevKitC-1-N8R2"
44
USB_MANUFACTURER = "Espressif"
55

@@ -14,4 +14,4 @@ CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32
1414

1515
CIRCUITPY_ESP_FLASH_MODE=dio
1616
CIRCUITPY_ESP_FLASH_FREQ=40m
17-
CIRCUITPY_ESP_FLASH_SIZE=8MB
17+
CIRCUITPY_ESP_FLASH_SIZE=8MB

0 commit comments

Comments
 (0)