From ead76be9a38a1233d4bd0dc3b0b25d3c8c7f4093 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sat, 15 Jul 2023 13:19:08 +0200 Subject: [PATCH] Update index.js Small update for upcoming release --- wled00/data/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wled00/data/index.js b/wled00/data/index.js index 064026d23b..af7c69b133 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -675,8 +675,8 @@ function populateInfo(i) //WLEDMM: add total heap and total PSRAM, and build number, add bin name 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 - if (i.ver.includes("0.14.0-b15.1")) vcn = "Sitting Ducks"; // late easter egg - if (i.ver.includes("0.14.0-b15.2")) vcn = "This is the way"; // recently watched The Mandalorian? I have spoken ;-) + if (i.ver.includes("0.14.0-b15")) vcn = "Sitting Ducks"; // late easter egg + if (i.ver.includes("0.14.0-b25")) vcn = "This is the way"; // recently watched The Mandalorian? I have spoken ;-) if (i.ver.includes("0.14.0-b15.22")) vcn = "Lupo"; cn += `v${i.ver}  "${vcn}"

(WLEDMM_${i.ver} ${i.rel}.bin)

build ${i.vid}

${urows}