kopia lustrzana https://github.com/Aircoookie/WLED
Parameterised max. usermods
rodzic
5a6be54970
commit
ccab1844ce
|
@ -11,10 +11,12 @@
|
||||||
#define DEFAULT_OTA_PASS "wledota"
|
#define DEFAULT_OTA_PASS "wledota"
|
||||||
|
|
||||||
//increase if you need more
|
//increase if you need more
|
||||||
#ifdef ESP8266
|
#ifndef WLED_MAX_USERMODS
|
||||||
#define WLED_MAX_USERMODS 4
|
#ifdef ESP8266
|
||||||
#else
|
#define WLED_MAX_USERMODS 4
|
||||||
#define WLED_MAX_USERMODS 6
|
#else
|
||||||
|
#define WLED_MAX_USERMODS 6
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WLED_MAX_BUSSES
|
#ifndef WLED_MAX_BUSSES
|
||||||
|
|
Ładowanie…
Reference in New Issue