Skip to content

Commit ead76be

Browse files
authored
Update index.js
Small update for upcoming release
1 parent 5f55f91 commit ead76be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wled00/data/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,8 @@ function populateInfo(i)
675675
//WLEDMM: add total heap and total PSRAM, and build number, add bin name
676676
if (i.ver.includes("0.14.1")) vcn = "Sitting Ducks"; // easter egg
677677
if (i.ver.includes("0.14.0")) vcn = "Lupo"; // check for MM versioning scheme
678-
if (i.ver.includes("0.14.0-b15.1")) vcn = "Sitting Ducks"; // late easter egg
679-
if (i.ver.includes("0.14.0-b15.2")) vcn = "This is the way"; // recently watched The Mandalorian? I have spoken ;-)
678+
if (i.ver.includes("0.14.0-b15")) vcn = "Sitting Ducks"; // late easter egg
679+
if (i.ver.includes("0.14.0-b25")) vcn = "This is the way"; // recently watched The Mandalorian? I have spoken ;-)
680680
if (i.ver.includes("0.14.0-b15.22")) vcn = "Lupo";
681681
cn += `v${i.ver} &nbsp;<i>"${vcn}"</i><p>(WLEDMM_${i.ver} ${i.rel}.bin)</p><p><em>build ${i.vid}</em></p><table>
682682
${urows}

0 commit comments

Comments
 (0)