Skip to content

Commit 2ad877a

Browse files
committed
Fix VID/PID of esp32-box
1 parent bc7f024 commit 2ad877a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/boards/espressif_esp32s3_box/mpconfigboard.mk

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

0 commit comments

Comments
 (0)