mirror of
https://github.com/wled/WLED.git
synced 2025-07-17 15:56:31 +00:00
Max 6 usermods on ESP32, fixed ESP32S2 number of busses.
This commit is contained in:
parent
ce6b5105c6
commit
5a6be54970
@ -11,13 +11,17 @@
|
|||||||
#define DEFAULT_OTA_PASS "wledota"
|
#define DEFAULT_OTA_PASS "wledota"
|
||||||
|
|
||||||
//increase if you need more
|
//increase if you need more
|
||||||
|
#ifdef ESP8266
|
||||||
#define WLED_MAX_USERMODS 4
|
#define WLED_MAX_USERMODS 4
|
||||||
|
#else
|
||||||
|
#define WLED_MAX_USERMODS 6
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef WLED_MAX_BUSSES
|
#ifndef WLED_MAX_BUSSES
|
||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
#define WLED_MAX_BUSSES 3
|
#define WLED_MAX_BUSSES 3
|
||||||
#else
|
#else
|
||||||
#ifdef ARDUINO_ARCH_ESP32S2
|
#ifdef CONFIG_IDF_TARGET_ESP32S2
|
||||||
#define WLED_MAX_BUSSES 5
|
#define WLED_MAX_BUSSES 5
|
||||||
#else
|
#else
|
||||||
#define WLED_MAX_BUSSES 10
|
#define WLED_MAX_BUSSES 10
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// version code in format yymmddb (b = daily build)
|
||||||
#define VERSION 2105031
|
#define VERSION 2105041
|
||||||
|
|
||||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user