Skip to content

Commit 937e074

Browse files
committed
Fix PIDs to match official espressif list
See the slightly deceptively titled * espressif/usb-pids#29
1 parent 8eee16c commit 937e074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/espressif/boards/espressif_esp32s3_box/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
USB_VID = 0x303A
2-
USB_PID = 0x7007
2+
USB_PID = 0x7005
33
USB_PRODUCT = "ESP32-S3-Box-2.5"
44
USB_MANUFACTURER = "Espressif"
55

ports/espressif/boards/espressif_esp32s3_devkitc_1_nopsram/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
USB_VID = 0x303A
2-
USB_PID = 0x7005
2+
USB_PID = 0x7003
33
USB_PRODUCT = "ESP32-S3-DevKitC-1-nopsram"
44
USB_MANUFACTURER = "Espressif"
55

0 commit comments

Comments
 (0)