From 2b689f3b189613783ecf56c233e76eed4d7d216b Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Tue, 23 Jun 2026 22:32:31 +0000 Subject: [PATCH] Move FASTLED_USES_ESP32S3_I2S to build_flags so FastLED .cpp files compile with it --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 9ea2aee..65078d2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,6 +13,7 @@ lib_deps = build_flags = -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 + -DFASTLED_USES_ESP32S3_I2S monitor_speed = 115200