diff --git a/src/statistics.cpp b/src/statistics.cpp index ee47261..fc738f1 100644 --- a/src/statistics.cpp +++ b/src/statistics.cpp @@ -176,7 +176,7 @@ void printPoolStats(const Pool &pool) void nodeInfo() { Serial.println("nodeinfo"); - long long lastUpdate = 0; + unsigned long lastUpdate = 0; while (true) { if (lastUpdate + UPDATE_INTERVAL < millis()) @@ -213,7 +213,7 @@ void containerInfo() listContainers(containers, numContainers); delete[] containers; - long long lastUpdate = 0; + unsigned long lastUpdate = 0; while (selectedLXC > 0) {