Allow E131_MAX_UNIVERSE_COUNT override

This commit is contained in:
Troy
2024-07-24 21:18:57 -04:00
committed by GitHub
parent f3e89d070b
commit 79402208ee

View File

@@ -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