CustomFX, platformIO and bin name: small updates
platformio: - remove ABL_MILLIAMPS_DEFAULT from build_flags_min, set default 1500 in const.h - add default in wemos_shield_esp32_4MB_max_base - add wemos_shield_esp32_16MB_SPM1423_max arti_wled.h: bugfix use all leds in 2D usermod_v2_customeffects.h: fill black if call==0 index.js and xml.cpp: bin name: replace one _ by ' ' to enable line wrap in info tab and ota update
This commit is contained in:
@@ -334,7 +334,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef ABL_MILLIAMPS_DEFAULT
|
||||
#define ABL_MILLIAMPS_DEFAULT 850 // auto lower brightness to stay close to milliampere limit
|
||||
#define ABL_MILLIAMPS_DEFAULT 1500 // auto lower brightness to stay close to milliampere limit WLEDMM: min 1500 for 1024leds
|
||||
#else
|
||||
#if ABL_MILLIAMPS_DEFAULT == 0 // disable ABL
|
||||
#elif ABL_MILLIAMPS_DEFAULT < 250 // make sure value is at least 250
|
||||
|
||||
Reference in New Issue
Block a user