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:
Ewoud
2022-11-29 15:32:26 +01:00
parent 1f0b53ce7a
commit e799cb5bd1
11 changed files with 34 additions and 21 deletions

View File

@@ -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

View File

@@ -664,7 +664,7 @@ function populateInfo(i)
//WLEDMM: add total heap and total PSRAM, and build number, add bin name
if (i.ver.includes("0.14.1.")) vcn = "Sitting Ducks"; // easter egg
if (i.ver.includes("0.14.0.")) vcn = "Lupo"; // check for MM versioning scheme
cn += `v${i.ver} &nbsp;<i>"${vcn}"</i><p>(WLEDMM_${i.ver}_${i.rel}.bin)</p><p><em>build ${i.vid}</em></p><table>
cn += `v${i.ver} &nbsp;<i>"${vcn}"</i><p>(WLEDMM_${i.ver} ${i.rel}.bin)</p><p><em>build ${i.vid}</em></p><table>
${urows}
${urows===""?'':'<tr><td colspan=2><hr style="height:1px;border-width:0;color:gray;background-color:gray"></td></tr>'}
${i.opt&0x100?inforow("Debug","<button class=\"btn btn-xs\" onclick=\"requestJson({'debug':"+(i.opt&0x0080?"false":"true")+"});\"><i class=\"icons "+(i.opt&0x0080?"on":"off")+"\">&#xe08f;</i></button>"):''}

View File

@@ -1069,8 +1069,8 @@ const uint8_t PAGE_index[] PROGMEM = {
0x29, 0x23, 0xfb, 0xa5, 0x9a, 0x1a, 0xb9, 0x4c, 0x85, 0xdb, 0x1b, 0xb6, 0x71, 0x1b, 0x21, 0x39,
0xbb, 0xe4, 0x67, 0x3f, 0x1b, 0x5a, 0x26, 0x4f, 0xd7, 0xa3, 0x11, 0x70, 0x4c, 0xcc, 0x3c, 0xe7,
0xe8, 0x59, 0xea, 0xef, 0xb0, 0x6a, 0xc0, 0x6a, 0x33, 0xe7, 0xe9, 0x71, 0xcb, 0xad, 0x14, 0x6e,
0x6b, 0x9e, 0x9f, 0xff, 0xa7, 0x97, 0x8d, 0x3c, 0xd8, 0xaa, 0x3e, 0xcf, 0xb4, 0x34, 0x43, 0x20,
0x47, 0x2e, 0xe1, 0xff, 0xea, 0x60, 0x0b, 0xcf, 0x99, 0x74, 0x38, 0x92, 0x4d, 0xeb, 0xc0, 0x9a,
0x6b, 0x9e, 0x9f, 0xff, 0xa7, 0x9f, 0x0d, 0x1f, 0x6c, 0x55, 0x9f, 0x67, 0x5a, 0x9a, 0x21, 0x90,
0x23, 0x97, 0xf0, 0x7f, 0x75, 0xb0, 0x85, 0xe7, 0x4c, 0x3a, 0xe4, 0xeb, 0x48, 0xeb, 0xc0, 0x9a,
0x07, 0x49, 0xe4, 0x2b, 0xb9, 0x67, 0x0c, 0xf8, 0xf0, 0x3f, 0x66, 0xe6, 0x1c, 0xff, 0xa2, 0x8f,
0x40, 0xdd, 0xdc, 0xe6, 0xf9, 0xea, 0x37, 0xdf, 0x52, 0x69, 0xea, 0x78, 0x4a, 0xa2, 0x9e, 0xdb,
0xfa, 0xde, 0xb7, 0x3d, 0xfb, 0x83, 0x77, 0x98, 0x26, 0xb8, 0xae, 0x98, 0x5d, 0x4f, 0xcd, 0x2e,
@@ -2008,5 +2008,5 @@ const uint8_t PAGE_index[] PROGMEM = {
0x7e, 0xb7, 0x90, 0x82, 0x4a, 0x9e, 0x63, 0x77, 0x71, 0xc2, 0x9e, 0x53, 0xc4, 0xa0, 0x14, 0x17,
0x81, 0x43, 0xee, 0x17, 0x6f, 0x8a, 0xec, 0x4a, 0xde, 0x0b, 0x35, 0xde, 0xd0, 0x83, 0x2f, 0x12,
0xa2, 0x0c, 0x97, 0x67, 0x4b, 0x73, 0x6b, 0xb4, 0x8b, 0x44, 0xaa, 0xf8, 0xf7, 0xb2, 0xba, 0x4a,
0x86, 0xce, 0xff, 0x02, 0xab, 0xdb, 0x29, 0xb3, 0x0d, 0x8f, 0x01, 0x00
0x86, 0xce, 0xff, 0x02, 0xbd, 0x6a, 0xeb, 0xa9, 0x0d, 0x8f, 0x01, 0x00
};

View File

@@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2211280
#define VERSION 2211290
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG

View File

@@ -718,7 +718,7 @@ void getSettingsJS(byte subPage, char* dest)
sappends('m',SET_F("(\"sip\")[0]"),(char*)F("WLEDMM_"));
olen -= 2; //delete ";
oappend(versionString);
oappend(SET_F("_"));
oappend(SET_F(" "));
oappend(releaseString);
oappend(SET_F(".bin<br>("));
#if defined(CONFIG_IDF_TARGET_ESP32C3)