Skip to content

Commit 3718304

Browse files
committed
Reverted to default USB PID
1 parent e9a22bd commit 3718304

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26632,7 +26632,7 @@ sensebox_mcu_esp32s2.menu.EraseFlash.all.upload.erase_cmd=-e
2663226632

2663326633
motorgo_mini_1.name=MotorGo Mini 1 (ESP32-S3)
2663426634
motorgo_mini_1.vid.0=0x303a
26635-
motorgo_mini_1.pid.0=0x9001
26635+
motorgo_mini_1.pid.0=0x1001
2663626636

2663726637
motorgo_mini_1.bootloader.tool=esptool_py
2663826638
motorgo_mini_1.bootloader.tool.default=esptool_py

Diff for: variants/motorgo_mini_1/pins_arduino.h

+1-10
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@
66
#include "soc/soc_caps.h"
77

88
#define USB_VID 0x303A
9-
#define USB_PID 0x9001
10-
#define USB_MANUFACTURER "MotorGo"
11-
#define USB_PRODUCT "MotorGo Mini 1 (ESP32-S3)"
12-
#define USB_SERIAL "" // Empty string for MAC adddress
13-
14-
// Default USB FirmwareMSC Settings
15-
#define USB_FW_MSC_VENDOR_ID "MotorGo" // max 8 chars
16-
#define USB_FW_MSC_PRODUCT_ID "MotorGo Mini 1 (ESP32-S3)" // max 16 chars
17-
#define USB_FW_MSC_PRODUCT_REVISION "3.00" // max 4 chars
18-
#define USB_FW_MSC_VOLUME_NAME "MotorGo" // max 11 chars
9+
#define USB_PID 0x1001
1910

2011
#define NUM_DIGITAL_PINS 6
2112
#define NUM_ANALOG_INPUTS 1

0 commit comments

Comments
 (0)