Lupo fix
This commit is contained in:
@@ -663,7 +663,7 @@ function populateInfo(i)
|
||||
|
||||
//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("14.0."))&&(i.ver.includes("_MM"))) vcn = "Lupo";
|
||||
if (i.ver.includes("0.14.0.")) vcn = "Lupo"; // check for MM versioning scheme
|
||||
cn += `v${i.ver} <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>'}
|
||||
|
||||
Reference in New Issue
Block a user