Remove loop, simplify events section

This commit is contained in:
Daniel Öster 2025-03-06 21:59:48 +02:00
parent f6b036052c
commit 873c5e249e
5 changed files with 10 additions and 30 deletions

View file

@ -940,8 +940,6 @@ String processor(const String& var) {
content +=
"<h4>WIFI function (MQTT task) max load last 10 s: " + String(datalayer.system.status.wifi_task_10s_max_us) +
" us</h4>";
content +=
"<h4>loop() task max load last 10 s: " + String(datalayer.system.status.loop_task_10s_max_us) + " us</h4>";
content += "<h4>Max load @ worst case execution of core task:</h4>";
content += "<h4>10ms function timing: " + String(datalayer.system.status.time_snap_10ms_us) + " us</h4>";
content += "<h4>Values function timing: " + String(datalayer.system.status.time_snap_values_us) + " us</h4>";