Skip to content

Commit 9f35f6a

Browse files
committed
New board/Waveshare RP2040-GEEK:Product ID update.
Waveshare support got back to me and supplied the Product ID for this device. Apparently they renamed the device since applying for the Product ID. The original name was RP2040-HACK. I'm assuming the MICROPY_HW_BOARD_NAME doesn't have to match the registered name so it can stay as is with the correct (current) name.
1 parent ed95402 commit 9f35f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/waveshare_rp2040_geek/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
USB_VID = 0x2E8A
2-
USB_PID = 0x1021
2+
USB_PID = 0x1056
33
USB_PRODUCT = "RP2040-GEEK"
44
USB_MANUFACTURER = "Waveshare Electronics"
55

0 commit comments

Comments
 (0)