Logging improvements
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user