move mqtt loop into network task

This commit is contained in:
technyon
2023-02-26 10:26:55 +01:00
parent c5bd325ed5
commit 8b647e8b8e
12 changed files with 129 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ void networkTask(void *pvParameters)
restartEsp(RestartReason::RestartTimer);
}
delay(200);
delay(100);
// Serial.println(uxTaskGetStackHighWaterMark(NULL));
}