From 943e9c02a423ffa60a3c3822da6ae0eca9304c77 Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Tue, 23 Jun 2026 14:48:15 +0000 Subject: [PATCH] Add gpio.h and esp_rom_sys.h includes for rawled --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index ac1749a..449223f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,6 +2,8 @@ // ESP32-S3 USB MIDI Foot Controller #include +#include +#include #include "midi_transport.h" #include "pixel_stomp_mux.h" #include "led_stub.h"