We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b793bb3 commit 3162579Copy full SHA for 3162579
wled00/const.h
@@ -397,7 +397,7 @@
397
#endif
398
399
#ifndef MAX_LEDS_PER_BUS
400
-#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)
401
402
403
// string temp buffer (now stored in stack locally) // WLEDMM ...which is actually not the greatest design choice on ESP32
0 commit comments