Added correct USB PIDs

This commit is contained in:
ZodiusInfuser 2021-04-15 11:41:46 +01:00 committed by Dan Halbert
parent 45e141c6f8
commit 919295039d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A
USB_PID = 0x80F4
USB_VID = 0x2E8A
USB_PID = 0x1003
USB_PRODUCT = "Pico Lipo (16MB)"
USB_MANUFACTURER = "Pimoroni"

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A
USB_PID = 0x80F4
USB_VID = 0x2E8A
USB_PID = 0x1002
USB_PRODUCT = "Pico Lipo (4MB)"
USB_MANUFACTURER = "Pimoroni"