We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffc1bf commit 5268ef0Copy full SHA for 5268ef0
ports/espressif/boards/espressif_esp32s2_devkitc_1_n8r2/mpconfigboard.mk
@@ -1,5 +1,5 @@
1
-USB_VID = 0x10C4
2
-USB_PID = 0xEA60
+USB_VID = 0x303A
+USB_PID = 0x0002
3
USB_PRODUCT = "ESP32-S2-DevKitC-1-N8R2"
4
USB_MANUFACTURER = "Espressif"
5
@@ -14,4 +14,4 @@ CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32
14
15
CIRCUITPY_ESP_FLASH_MODE=dio
16
CIRCUITPY_ESP_FLASH_FREQ=40m
17
-CIRCUITPY_ESP_FLASH_SIZE=8MB
+CIRCUITPY_ESP_FLASH_SIZE=8MB
0 commit comments