We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9164998 commit 7696914Copy full SHA for 7696914
1 file changed
wled00/data/index.js
@@ -679,7 +679,7 @@ function populateInfo(i)
679
if (i.ver.includes("0.14.0-b15")) vcn = "Sitting Ducks"; // late easter egg
680
if (i.ver.includes("0.14.0-b2")) vcn = "This is the way"; // recently watched The Mandalorian? I have spoken ;-)
681
if (i.ver.includes("0.14.0-b15.22")) vcn = "Lupo";
682
- if (i.ver.includes("0.14.1-b3")) vcn = "Fried chicken"; // final line of "One Vision" by Queen
+ if (i.ver.includes("0.14.1-b3")) vcn = "Fried Chicken"; // final line of "One Vision" by Queen
683
cn += `v${i.ver} <i>"${vcn}"</i><p>(WLEDMM_${i.ver} ${i.rel}.bin)</p><p><em>build ${i.vid}</em></p><table>
684
${urows}
685
${urows===""?'':'<tr><td colspan=2><hr style="height:1px;border-width:0;color:SeaGreen;background-color:Seagreen"></td></tr>'}
0 commit comments