Skip to content

Commit a27e7dd

Browse files
committed
Reverted to default USB PID
1 parent acd3952 commit a27e7dd

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26462,7 +26462,7 @@ atd147_s3.menu.EraseFlash.all.upload.erase_cmd=-e
2646226462

2646326463
motorgo_mini_1.name=MotorGo Mini 1 (ESP32-S3)
2646426464
motorgo_mini_1.vid.0=0x303a
26465-
motorgo_mini_1.pid.0=0x9001
26465+
motorgo_mini_1.pid.0=0x1001
2646626466

2646726467
motorgo_mini_1.bootloader.tool=esptool_py
2646826468
motorgo_mini_1.bootloader.tool.default=esptool_py

variants/motorgo_mini_1/pins_arduino.h

Lines changed: 1 addition & 10 deletions
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)