Switch from FastLED to Adafruit NeoPixel (more reliable on ESP32-S3 RMT)

This commit is contained in:
2026-06-23 14:32:19 +00:00
parent 2931571880
commit 5f2ad9ef91
4 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ framework = arduino
lib_deps =
adafruit/Adafruit TinyUSB Library@^2.0.0
fastled/FastLED@^3.9.0
adafruit/Adafruit NeoPixel@^1.12.0
build_flags =
-DARDUINO_USB_MODE=1