appendConfigData only for usermod + optimizations
- rename replaceOption to rOption - rename removeOptions to dOptions - set oAppend buffer size back to 3096 - WLEDMM warning on settings2D Populate - add AppendConfig per usermod - add request parameter to getSettinsJS - add lookupName
This commit is contained in:
@@ -342,7 +342,7 @@
|
||||
#ifdef ESP8266
|
||||
#define SETTINGS_STACK_BUF_SIZE 2048
|
||||
#else
|
||||
#define SETTINGS_STACK_BUF_SIZE 4096 //WLEDMM increase from 3096 because we add help text
|
||||
#define SETTINGS_STACK_BUF_SIZE 3096 //WLEDMM settings per usermod, AudioReactive by far biggest UM
|
||||
#endif
|
||||
|
||||
#ifdef WLED_USE_ETHERNET
|
||||
|
||||
Reference in New Issue
Block a user