add correct VID/PID pairs

This commit is contained in:
Hierophect 2019-11-22 10:54:35 -05:00
parent 6a7c8d6341
commit 0d8eb3cfb4
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A
USB_PID = 0x805A
USB_PID = 0x8068
USB_PRODUCT = "PYB LR Nano V2"
USB_MANUFACTURER = "MicroPython Chinese Community"
USB_DEVICES = "CDC,MSC"

View File

@ -1,8 +1,8 @@
USB_VID = 0x239A
USB_PID = 0x805A
USB_PID = 0x806A
USB_PRODUCT = "stm32f411ce-blackpill"
USB_MANUFACTURER = "Unknown"
USB_DEVICES = "CDC,MSC"
USB_DEVICES = "CDC"
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE