Skip to content

Commit 7dd3ddc

Browse files
committed
1 parent 14f6f08 commit 7dd3ddc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ports/nrf/boards/pitaya_go/mpconfigboard.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
USB_VID = 0x239A
2-
USB_PID = 0x802A
1+
# Using Nordic's VID - https://devzone.nordicsemi.com/f/nordic-q-a/50638/usb-pid-for-nrf52840
2+
USB_VID = 0x1915
3+
USB_PID = 0xb001
34
USB_PRODUCT = "Pitaya Go"
45
USB_MANUFACTURER = "Makerdiary"
56

0 commit comments

Comments
 (0)