Skip to content

Commit 6c7faf0

Browse files
committed
Change USB VID & PID to Creator and Creation IDs
1 parent 3253ae2 commit 6c7faf0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ports/espressif/boards/lolin_c3_mini/mpconfigboard.mk

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
USB_VID = 0x303A
2-
USB_PID = 0x80F5
3-
USB_PRODUCT = "Lolin C3 Mini"
4-
USB_MANUFACTURER = "Wemos"
1+
CIRCUITPY_CREATOR_ID = 0x1988_1988
2+
CIRCUITPY_CREATION_ID = 0x00C3_0001
53

64
IDF_TARGET = esp32c3
75

0 commit comments

Comments
 (0)