mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Add CPU temperature monitoring in Webserver
This commit is contained in:
parent
a326a417c0
commit
50fbaf252d
3 changed files with 6 additions and 1 deletions
|
@ -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) + " °C</h4>";
|
||||
content += "<h4>Uptime: " + uptime_formatter::getUptime() + "</h4>";
|
||||
#ifdef FUNCTION_TIME_MEASUREMENT
|
||||
// Load information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue