Add ESP32 USB built-in library, remove Adafruit_TinyUSB.h include from main.cpp
This commit is contained in:
@@ -7,6 +7,7 @@ board = esp32-s3-devkitc-1
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
fastled/FastLED@^3.9.0
|
||||
esp32/USB
|
||||
|
||||
monitor_speed = 115200
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#include <driver/gpio.h>
|
||||
#include <esp_rom_sys.h>
|
||||
#include "midi_transport.h"
|
||||
#include "Adafruit_TinyUSB.h"
|
||||
#include "pixel_stomp_mux.h"
|
||||
#include "led_stub.h"
|
||||
#include "switch_stub.h"
|
||||
|
||||
Reference in New Issue
Block a user