Use correct PID for SparkFun Thing Plus - STM32

This value was kindly provided by  brhoff720.
This commit is contained in:
Nathan Young 2021-12-13 17:37:02 +01:00
parent 7afb4f1129
commit 463d94475b

View File

@ -1,7 +1,5 @@
USB_VID = 0X1B4F
# TODO: Replace the Product ID below with the official value once known.
USB_PID = 0x0027 # Same PID as the SparkFun MicroMod STM32
USB_PID = 0x0028
USB_PRODUCT = "SparkFun Thing Plus - STM32"
USB_MANUFACTURER = "SparkFun Electronics"