align improv chip and version reporting with upstream

* allows for easier support of other MCUs (p4, c6, etc)
* removes a second place where the version strings had to be maintained
* use the same codename "next step" for v14.8
This commit is contained in:
Frank
2026-01-15 10:56:29 +01:00
parent a1a7eb6007
commit 1bda6ba072
2 changed files with 14 additions and 17 deletions

View File

@@ -708,7 +708,7 @@ function populateInfo(i)
if (i.ver.includes("0.14.3-b")) vcn = "Fried Chicken";
if (i.ver.includes("14.5.")) vcn = "Small Step";
if (i.ver.includes("14.6.")) vcn = "New Light";
if (i.ver.includes("14.7.")) vcn = "Next Step";
if ((i.ver.includes("14.7."))||(i.ver.includes("14.8."))) vcn = "Next Step";
cn += `v${i.ver} &nbsp;<i>"${vcn}"</i><p>(WLEDMM ${i.rel}.bin)</p><p><em>build ${i.vid}</em></p><table>
${urows}