We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f6f08 commit 7dd3ddcCopy full SHA for 7dd3ddc
ports/nrf/boards/pitaya_go/mpconfigboard.mk
@@ -1,5 +1,6 @@
1
-USB_VID = 0x239A
2
-USB_PID = 0x802A
+# Using Nordic's VID - https://devzone.nordicsemi.com/f/nordic-q-a/50638/usb-pid-for-nrf52840
+USB_VID = 0x1915
3
+USB_PID = 0xb001
4
USB_PRODUCT = "Pitaya Go"
5
USB_MANUFACTURER = "Makerdiary"
6
0 commit comments