Skip to content

Commit 3162579

Browse files
committed
reset default back
1 parent b793bb3 commit 3162579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/const.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
#endif
398398

399399
#ifndef MAX_LEDS_PER_BUS
400-
#define MAX_LEDS_PER_BUS 4096 // may not be enough for fast LEDs (i.e. APA102)
400+
#define MAX_LEDS_PER_BUS 2048 // may not be enough for fast LEDs (i.e. APA102)
401401
#endif
402402

403403
// string temp buffer (now stored in stack locally) // WLEDMM ...which is actually not the greatest design choice on ESP32

0 commit comments

Comments
 (0)