File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -26462,7 +26462,7 @@ atd147_s3.menu.EraseFlash.all.upload.erase_cmd=-e
2646226462
2646326463motorgo_mini_1.name=MotorGo Mini 1 (ESP32-S3)
2646426464motorgo_mini_1.vid.0=0x303a
26465- motorgo_mini_1.pid.0=0x9001
26465+ motorgo_mini_1.pid.0=0x1001
2646626466
2646726467motorgo_mini_1.bootloader.tool=esptool_py
2646826468motorgo_mini_1.bootloader.tool.default=esptool_py
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments