Change USB VID & PID to Creator and Creation IDs

This commit is contained in:
Patrick 2022-06-10 23:54:59 -07:00
parent 3253ae2503
commit 6c7faf0eba
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
USB_VID = 0x303A
USB_PID = 0x80F5
USB_PRODUCT = "Lolin C3 Mini"
USB_MANUFACTURER = "Wemos"
CIRCUITPY_CREATOR_ID = 0x1988_1988
CIRCUITPY_CREATION_ID = 0x00C3_0001
IDF_TARGET = esp32c3