Skip to content

Commit f31e3ad

Browse files
authored
Update mpconfigboard.mk
Added correct VID and PID based on this response: #9507 (comment)
1 parent 804ecec commit f31e3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/boards/seeed_xiao_esp32_s3_sense/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
USB_VID = 0x303A
2-
USB_PID = 0x80D1
1+
USB_VID = 0x2886
2+
USB_PID = 0x8056
33

44
USB_PRODUCT = "Seeed Xiao ESP32-S3 Sense"
55
USB_MANUFACTURER = "Seeed Studio"

0 commit comments

Comments
 (0)