bring back Lupo!

minor.
This commit is contained in:
Frank
2022-11-07 15:41:06 +01:00
parent 4bd35b780e
commit 342e0058dc

View File

@@ -662,8 +662,8 @@ function populateInfo(i)
if (i.cn) vcn = i.cn;
//WLEDSR: add total heap and total PSRAM, and build number
if (i.ver.includes("14.1-")) vcn = "Sitting Ducks"; // easter egg
if (i.ver.includes("14.0-mdev")) vcn = "Lupo";
if (i.ver.includes(".14.1-")) vcn = "Sitting Ducks"; // easter egg
if ((i.ver.includes("14.0."))&&(i.ver.includes("_MM"))) vcn = "Lupo";
cn += `v${i.ver} &nbsp;<i>"${vcn}"</i><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>'}