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
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
fastled/FastLED@^3.9.0
|
fastled/FastLED@^3.9.0
|
||||||
|
esp32/USB
|
||||||
|
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
#include <driver/gpio.h>
|
#include <driver/gpio.h>
|
||||||
#include <esp_rom_sys.h>
|
#include <esp_rom_sys.h>
|
||||||
#include "midi_transport.h"
|
#include "midi_transport.h"
|
||||||
#include "Adafruit_TinyUSB.h"
|
|
||||||
#include "pixel_stomp_mux.h"
|
#include "pixel_stomp_mux.h"
|
||||||
#include "led_stub.h"
|
#include "led_stub.h"
|
||||||
#include "switch_stub.h"
|
#include "switch_stub.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user