add autosegment outputs compile flag

This commit is contained in:
PaoloTK 2024-10-06 22:56:30 +02:00
parent 72455ccde1
commit 5975b9125f

View File

@ -720,7 +720,11 @@ class WS2812FX { // 96 bytes
#ifndef WLED_DISABLE_2D
panels(1),
#endif
#ifdef WLED_AUTOSEGMENT_OUTPUTS
autoSegments(true),
#else
autoSegments(false),
#endif
correctWB(false),
cctFromRgb(false),
// semi-private (just obscured) used in effect functions through macros