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
@@ -19,7 +19,7 @@ void DefaultLedStub::set_mux(PixelStompMux* mux) {
}
void DefaultLedStub::begin() {
Serial.println("[LED] Using WS2812C via PixelStomp MUX (FastLED)");
Serial.println("[LED] Using WS2812C via PixelStomp MUX (NeoPixel)");
initialized = true;
if (!mux_ptr) {