diff --git a/components/wifi-manager/code.js b/components/wifi-manager/code.js index f33069d1..0e1f8db8 100644 --- a/components/wifi-manager/code.js +++ b/components/wifi-manager/code.js @@ -259,10 +259,13 @@ $(document).ready(function(){ }); var [ver, idf, cfg, branch] = release.name.split('#'); var body = release.body.replace(/\\n/ig, "
").replace(/\'/ig, "\""); + var [date, time] = release.created_at.split('T'); + if (ver.match(/esp-idf/)) next; //TODO delete $("#releaseTable").append( ""+ ""+ver+""+ ""+idf+""+ + ""+date+""+ ""+cfg+""+ ""+branch+""+ ""+ diff --git a/components/wifi-manager/index.html b/components/wifi-manager/index.html index d5394146..d8178142 100644 --- a/components/wifi-manager/index.html +++ b/components/wifi-manager/index.html @@ -209,6 +209,7 @@ Firmware version IDF version + Release date HW platform Branch Flash this FW