Skip to content

Commit c1e6003

Browse files
committed
remove comment that breaks {ID Checker
1 parent 9bae854 commit c1e6003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/boards/lolin_c3_mini/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
USB_VID = 0x303A # TODO: I Assume this is Wemos, need to check
2-
USB_PID = 0x80C3 # TODO: Does this board have a new PID?
1+
USB_VID = 0x303A
2+
USB_PID = 0x80C3
33
USB_PRODUCT = "C3 Mini"
44
USB_MANUFACTURER = "Lolin"
55

0 commit comments

Comments
 (0)