Add custom pins_arduino.h variant with Launchpad X VID/PID
- variants/esp32s3/pins_arduino.h overrides USB_VID/USB_PID - Included via -I in build_flags before core variant - This should force USB descriptors at hardware level
This commit is contained in:
+1
-2
@@ -16,10 +16,9 @@ build_flags =
|
||||
-DARDUINO_USB_MODE=0
|
||||
-DARDUINO_USB_CDC_ON_BOOT=1
|
||||
-DUSE_TINYUSB=1
|
||||
-I${PROJECT_DIR}/variants/esp32s3
|
||||
|
||||
monitor_speed = 115200
|
||||
|
||||
board_build.partitions = default_8MB.csv
|
||||
board_build.arduino.memory_type = qio_opi
|
||||
board_build.arduino.vid = 0x1235
|
||||
board_build.arduino.pid = 0x0103
|
||||
|
||||
Reference in New Issue
Block a user