Logging improvements

This commit is contained in:
2026-01-28 20:17:22 +01:00
parent 564ed20720
commit 2eabe931d8
11 changed files with 162 additions and 107 deletions

View File

@@ -1090,7 +1090,8 @@
let text = "<h3>Firmware details</h3>";
text += "<p><b>Version:</b> " + json.version + "</p>";
text += "<p><b>Build date:</b> " + json.build_date + "</p>";
text += "<p><b>Build time:</b> " + json.build_time + "</p>";
text += "<p><b>Build time:</b> " + json.build_time + " UTC</p>";
text += "<p><b>IDF version:</b> " + json.idf + "</p>";
text += "</p>";
showOverlay(text, true);
});