Allow E131_MAX_UNIVERSE_COUNT override
This commit is contained in:
@@ -425,13 +425,15 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WLED_USE_ETHERNET
|
#ifndef E131_MAX_UNIVERSE_COUNT
|
||||||
#define E131_MAX_UNIVERSE_COUNT 20
|
#ifdef WLED_USE_ETHERNET
|
||||||
#else
|
#define E131_MAX_UNIVERSE_COUNT 20
|
||||||
#ifdef ESP8266
|
|
||||||
#define E131_MAX_UNIVERSE_COUNT 9
|
|
||||||
#else
|
#else
|
||||||
#define E131_MAX_UNIVERSE_COUNT 12
|
#ifdef ESP8266
|
||||||
|
#define E131_MAX_UNIVERSE_COUNT 9
|
||||||
|
#else
|
||||||
|
#define E131_MAX_UNIVERSE_COUNT 12
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user