From 3162579f8eeaf268297e5e9bac42fbfe0d621068 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sun, 25 Feb 2024 16:16:03 +0000 Subject: [PATCH] reset default back --- wled00/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/const.h b/wled00/const.h index 041ef7f3..2e6e1c6b 100644 --- a/wled00/const.h +++ b/wled00/const.h @@ -397,7 +397,7 @@ #endif #ifndef MAX_LEDS_PER_BUS -#define MAX_LEDS_PER_BUS 4096 // may not be enough for fast LEDs (i.e. APA102) +#define MAX_LEDS_PER_BUS 2048 // may not be enough for fast LEDs (i.e. APA102) #endif // string temp buffer (now stored in stack locally) // WLEDMM ...which is actually not the greatest design choice on ESP32