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 @@ -26632,7 +26632,7 @@ sensebox_mcu_esp32s2.menu.EraseFlash.all.upload.erase_cmd=-e
26632
26632
26633
26633
motorgo_mini_1.name=MotorGo Mini 1 (ESP32-S3)
26634
26634
motorgo_mini_1.vid.0=0x303a
26635
- motorgo_mini_1.pid.0=0x9001
26635
+ motorgo_mini_1.pid.0=0x1001
26636
26636
26637
26637
motorgo_mini_1.bootloader.tool=esptool_py
26638
26638
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