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 c7ec6ba commit 3512f27Copy full SHA for 3512f27
src/boards/bast_ble/board.h
@@ -51,9 +51,9 @@
51
//--------------------------------------------------------------------+
52
53
// Shared VID/PID with Feather nRF52840, will be disabled for building in the future
54
-#define USB_DESC_VID 0x239A
55
-#define USB_DESC_UF2_PID 0x0029
56
-#define USB_DESC_CDC_ONLY_PID 0x0029
+#define USB_DESC_VID 0x1209
+#define USB_DESC_UF2_PID 0x805A
+#define USB_DESC_CDC_ONLY_PID 0x805A
57
58
#define UF2_PRODUCT_NAME "Bast BLE"
59
#define UF2_VOLUME_LABEL "BASTBLE"
0 commit comments