mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Microfeature: Add uptime tracking and display, using Uptime_Library by Yiannis Bourkelis
This commit is contained in:
parent
201e6be2bc
commit
8d84b1bcec
12 changed files with 1163 additions and 1 deletions
|
@ -370,6 +370,7 @@ String processor(const String& var) {
|
|||
|
||||
// Show version number
|
||||
content += "<h4>Software: " + String(version_number) + "</h4>";
|
||||
content += "<h4>Uptime: " + uptime_formatter::getUptime() + "</h4>";
|
||||
#ifdef FUNCTION_TIME_MEASUREMENT
|
||||
// Load information
|
||||
content += "<h4>Core task max load: " + String(datalayer.system.status.core_task_max_us) + " us</h4>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue