Skip to content

Commit

Permalink
Change loop time name
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Sep 12, 2024
1 parent 32e1e3d commit fcd9156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksf/comp/ksDevicePortal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ namespace ksf::comps
response += WiFi.getHostname();
response += PSTR("\"},{\"name\":\"Free heap\",\"value\":\"");
response += ksf::to_string(ESP.getFreeHeap());
response += PSTR(" bytes\"},{\"name\":\"Loop time\",\"value\":\"");
response += PSTR(" bytes\"},{\"name\":\"Loop-to-loop time\",\"value\":\"");
response += ksf::to_string(loopExecutionTime);
response += PSTR(" μs\"},{\"name\":\"Device uptime\",\"value\":\"");
response += ksf::getUptimeString();
Expand Down

0 comments on commit fcd9156

Please sign in to comment.