small change: build number in info dialog

This commit is contained in:
Frank
2022-10-19 17:59:54 +02:00
parent 36bd7147cc
commit 9dbdbb6486
3 changed files with 925 additions and 922 deletions

View File

@@ -660,8 +660,9 @@ function populateInfo(i)
if (i.ver.includes("-bl")) vcn = "Supāku";
if (i.cn) vcn = i.cn;
//WLEDSR: add total heap and total PSRAM
cn += `v${i.ver} "${vcn}"<br><br><table>
//WLEDSR: add total heap and total PSRAM, and build number
if (i.ver.includes("14.0-mdev")) vcn = "Lupo";
cn += `v${i.ver} &nbsp;<i>"${vcn}"</i><p><em>build ${i.vid}</em></p><table>
${urows}
${urows===""?'':'<tr><td colspan=2><hr style="height:1px;border-width:0;color:gray;background-color:gray"></td></tr>'}
${inforow("Build",i.vid)}

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2210141
#define VERSION 2210191
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG