Fix MIDI transport: use TinyUSB directly instead of non-existent USBMIDI.h

This commit is contained in:
2026-06-23 13:00:39 +00:00
parent ad7495dc1c
commit c1b163c8b8
2 changed files with 62 additions and 62 deletions
+1 -4
View File
@@ -6,15 +6,12 @@ platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
; USB settings for MIDI
build_flags =
-DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1
-DUSE_TINYUSB
-DCFG_TUSB_MIDI=1
; Serial monitoring
monitor_speed = 115200
; Partition scheme with more space
board_build.partitions = default_8MB.csv
board_build.arduino.memory_type = qio_opi