kopia lustrzana https://github.com/Aircoookie/WLED
Allow to override the max segments setting when compiling
rodzic
1617658bfe
commit
57e50d0c33
|
@ -61,7 +61,9 @@
|
||||||
/* How much data bytes all segments combined may allocate */
|
/* How much data bytes all segments combined may allocate */
|
||||||
#define MAX_SEGMENT_DATA 2048
|
#define MAX_SEGMENT_DATA 2048
|
||||||
#else
|
#else
|
||||||
|
#ifndef MAX_NUM_SEGMENTS
|
||||||
#define MAX_NUM_SEGMENTS 16
|
#define MAX_NUM_SEGMENTS 16
|
||||||
|
#endif
|
||||||
#define MAX_NUM_TRANSITIONS 16
|
#define MAX_NUM_TRANSITIONS 16
|
||||||
#define MAX_SEGMENT_DATA 8192
|
#define MAX_SEGMENT_DATA 8192
|
||||||
#endif
|
#endif
|
||||||
|
|
Ładowanie…
Reference in New Issue