File tree 2 files changed +2
-11
lines changed
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
26462
26462
26463
26463
motorgo_mini_1.name=MotorGo Mini 1 (ESP32-S3)
26464
26464
motorgo_mini_1.vid.0=0x303a
26465
- motorgo_mini_1.pid.0=0x9001
26465
+ motorgo_mini_1.pid.0=0x1001
26466
26466
26467
26467
motorgo_mini_1.bootloader.tool=esptool_py
26468
26468
motorgo_mini_1.bootloader.tool.default=esptool_py
Original file line number Diff line number Diff line change 6
6
#include "soc/soc_caps.h"
7
7
8
8
#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
19
10
20
11
#define NUM_DIGITAL_PINS 6
21
12
#define NUM_ANALOG_INPUTS 1
You can’t perform that action at this time.
0 commit comments