mirror of
https://github.com/wled/WLED.git
synced 2025-07-08 19:36:33 +00:00
Parameterised max. usermods
This commit is contained in:
parent
5a6be54970
commit
ccab1844ce
@ -11,10 +11,12 @@
|
||||
#define DEFAULT_OTA_PASS "wledota"
|
||||
|
||||
//increase if you need more
|
||||
#ifdef ESP8266
|
||||
#define WLED_MAX_USERMODS 4
|
||||
#else
|
||||
#define WLED_MAX_USERMODS 6
|
||||
#ifndef WLED_MAX_USERMODS
|
||||
#ifdef ESP8266
|
||||
#define WLED_MAX_USERMODS 4
|
||||
#else
|
||||
#define WLED_MAX_USERMODS 6
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef WLED_MAX_BUSSES
|
||||
|
Loading…
x
Reference in New Issue
Block a user