Skip to content

Commit d67ccb6

Browse files
committed
Added correct USB PIDs
1 parent e4456bd commit d67ccb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ports/raspberrypi/boards/pimoroni_picolipo_16mb/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
USB_VID = 0x239A
2-
USB_PID = 0x80F4
1+
USB_VID = 0x2E8A
2+
USB_PID = 0x1003
33
USB_PRODUCT = "Pico Lipo (16MB)"
44
USB_MANUFACTURER = "Pimoroni"
55

ports/raspberrypi/boards/pimoroni_picolipo_4mb/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
USB_VID = 0x239A
2-
USB_PID = 0x80F4
1+
USB_VID = 0x2E8A
2+
USB_PID = 0x1002
33
USB_PRODUCT = "Pico Lipo (4MB)"
44
USB_MANUFACTURER = "Pimoroni"
55

0 commit comments

Comments
 (0)