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:
@@ -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} <i>"${vcn}"</i><p>(WLEDMM ${i.rel}.bin)</p><p><em>build ${i.vid}</em></p><table>
|
||||
${urows}
|
||||
|
||||
Reference in New Issue
Block a user