Fix RMT crash: use FASTLED_USES_ESP32S3_I2S to avoid broken RMT. Remove rmtled.

This commit is contained in:
2026-06-23 22:29:25 +00:00
parent 6274ff4182
commit 8d585e9c40
3 changed files with 2 additions and 52 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 (NeoPixel)");
Serial.println("[LED] Using WS2812C via PixelStomp MUX (FastLED I2S)");
initialized = true;
if (!mux_ptr) {