From 7afb4f1129411430a3c49a7f12ebc5b1f52a1b8b Mon Sep 17 00:00:00 2001 From: Nathan Young <77929198+NathanY3G@users.noreply.github.com> Date: Sat, 20 Nov 2021 13:10:41 +0100 Subject: [PATCH] Temporary: Use same USB PID as the MicroMod STM32 --- .../stm/boards/sparkfun_stm32_thing_plus/mpconfigboard.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ports/stm/boards/sparkfun_stm32_thing_plus/mpconfigboard.mk b/ports/stm/boards/sparkfun_stm32_thing_plus/mpconfigboard.mk index ad00c5b45f..a2b982e05a 100644 --- a/ports/stm/boards/sparkfun_stm32_thing_plus/mpconfigboard.mk +++ b/ports/stm/boards/sparkfun_stm32_thing_plus/mpconfigboard.mk @@ -1,5 +1,8 @@ -USB_VID = 0x0483 -USB_PID = 0x5740 +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_PRODUCT = "SparkFun Thing Plus - STM32" USB_MANUFACTURER = "SparkFun Electronics"