Skip to content

Commit a2fce30

Browse files
committed
Replacing placeholder PIDs with correct PIDs
1 parent 60deb32 commit a2fce30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/esp32s2/boards/targett_module_clip_wroom/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
USB_VID = 0x1209
2-
USB_PID = 0x0011
2+
USB_PID = 0x3252
33
USB_PRODUCT = "Targett Module Clip w/Wroom"
44
USB_MANUFACTURER = "Targett"
55

ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
USB_VID = 0x1209
2-
USB_PID = 0x0012
2+
USB_PID = 0x3253
33
USB_PRODUCT = "Targett Module Clip w/Wrover"
44
USB_MANUFACTURER = "Targett"
55

0 commit comments

Comments
 (0)