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 0ff3c0d commit 7afb4f1Copy full SHA for 7afb4f1
ports/stm/boards/sparkfun_stm32_thing_plus/mpconfigboard.mk
@@ -1,5 +1,8 @@
1
-USB_VID = 0x0483
2
-USB_PID = 0x5740
+USB_VID = 0X1B4F
+
3
+# TODO: Replace the Product ID below with the official value once known.
4
+USB_PID = 0x0027 # Same PID as the SparkFun MicroMod STM32
5
6
USB_PRODUCT = "SparkFun Thing Plus - STM32"
7
USB_MANUFACTURER = "SparkFun Electronics"
8
0 commit comments