Skip to content

Commit 514c116

Browse files
committed
revert limit for ESP8266 to 10
1 parent ef9e16c commit 514c116

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
@@ -13,7 +13,7 @@ constexpr size_t FIXED_PALETTE_COUNT = DYNAMIC_PALETTE_COUNT + FASTLED_PALETTE_C
1313
#ifndef ESP8266
1414
#define WLED_MAX_CUSTOM_PALETTES (255 - FIXED_PALETTE_COUNT) // allow up to 255 total palettes, user is warned about stability issues when adding more than 10
1515
#else
16-
#define WLED_MAX_CUSTOM_PALETTES 5 // ESP8266: limit custom palettes to 5
16+
#define WLED_MAX_CUSTOM_PALETTES 10 // ESP8266: limit custom palettes to 10
1717
#endif
1818

1919
// You can define custom product info from build flags.

0 commit comments

Comments
 (0)