Add CPU temperature monitoring in Webserver

This commit is contained in:
Daniel Öster 2025-04-12 19:06:41 +03:00
parent a326a417c0
commit 50fbaf252d
3 changed files with 6 additions and 1 deletions

View file

@ -928,7 +928,7 @@ String processor(const String& var) {
#ifdef HW_STARK
content += " Hardware: Stark CMR Module";
#endif // HW_STARK
content += "</h4>";
content += " @ " + String(datalayer.system.info.CPU_temperature, 1) + " &deg;C</h4>";
content += "<h4>Uptime: " + uptime_formatter::getUptime() + "</h4>";
#ifdef FUNCTION_TIME_MEASUREMENT
// Load information