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()
{
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)
{

Loading…
Cancel
Save