fixed mistake in last commit

main
xad1 3 years ago
parent 2f98d8c2c2
commit 3217a8d785

@ -176,7 +176,7 @@ void printPoolStats(const Pool &pool)
void nodeInfo() void nodeInfo()
{ {
Serial.println("nodeinfo"); Serial.println("nodeinfo");
long long lastUpdate = 0; unsigned long lastUpdate = 0;
while (true) while (true)
{ {
if (lastUpdate + UPDATE_INTERVAL < millis()) if (lastUpdate + UPDATE_INTERVAL < millis())
@ -213,7 +213,7 @@ void containerInfo()
listContainers(containers, numContainers); listContainers(containers, numContainers);
delete[] containers; delete[] containers;
long long lastUpdate = 0; unsigned long lastUpdate = 0;
while (selectedLXC > 0) while (selectedLXC > 0)
{ {

Loading…
Cancel
Save