Implement correct USB IDs

This commit is contained in:
Hierophect 2019-09-24 14:51:57 -04:00
parent d597410330
commit c3baf286c1
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A
USB_PID = 0x8056
USB_PID = 0x805A
USB_PRODUCT = "Feather F405"
USB_MANUFACTURER = "Adafruit Industries LLC"
USB_DEVICES = "CDC,MSC"

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A
USB_PID = 0x8056
USB_PID = 0x805C
USB_PRODUCT = "Pyboard Version 1.1"
USB_MANUFACTURER = "George Robotic"
USB_DEVICES = "CDC,MSC"