bring back two "not build into this FW" messages

two more "Not build into this firmware" messages, that are not yet included in upstream.
This commit is contained in:
Frank
2022-11-15 18:34:00 +01:00
parent daa685d618
commit fb21b3b038
7 changed files with 3314 additions and 3301 deletions

View File

@@ -662,8 +662,8 @@ function populateInfo(i)
if (i.cn) vcn = i.cn;
//WLEDMM: add total heap and total PSRAM, and build number, add bin name
if (i.ver.includes(".14.1-")) vcn = "Sitting Ducks"; // easter egg
if (i.ver.includes("0.14.0.")) vcn = "Lupo"; // check for MM versioning scheme
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>
${urows}
${urows===""?'':'<tr><td colspan=2><hr style="height:1px;border-width:0;color:gray;background-color:gray"></td></tr>'}