Skip to content

Commit e2abb0e

Browse files
committed
devkitc: update vid/pid in anticipation of allocation from espressif
1 parent 23e0a25 commit e2abb0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/espressif/boards/espressif_esp32s3_devkitc_1/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
USB_VID = 0x239A
1+
USB_VID = 0x303A
22
USB_PID = 0x7003
33
USB_PRODUCT = "ESP32-S3-DevKitC-1"
44
USB_MANUFACTURER = "Espressif"

ports/espressif/boards/espressif_esp32s3_devkitc_1_nopsram/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 = 0x7005
33
USB_PRODUCT = "ESP32-S3-DevKitC-1-nopsram"
44
USB_MANUFACTURER = "Espressif"
55

0 commit comments

Comments
 (0)