You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineWLED_MAX_CUSTOM_PALETTES (255 - FIXED_PALETTE_COUNT) // allow up to 255 total palettes, user is warned about stability issues when adding more than 10
15
15
#else
16
-
#defineWLED_MAX_CUSTOM_PALETTES5// ESP8266: limit custom palettes to 5
16
+
#defineWLED_MAX_CUSTOM_PALETTES10// ESP8266: limit custom palettes to 10
17
17
#endif
18
18
19
19
// You can define custom product info from build flags.
0 commit comments