Merge pull request #4183 from PaoloTK/autosegment_outputs_flag

Add WLED_AUTOSEGMENTS compile flag
This commit is contained in:
Blaž Kristan 2024-10-09 22:00:12 +02:00 committed by GitHub
commit c8dafede6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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