Switch from FastLED to Adafruit NeoPixel (more reliable on ESP32-S3 RMT)
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user