improve flow for restarting in wifimanager mode

This commit is contained in:
technyon
2022-04-09 11:58:28 +02:00
parent 17461a2a84
commit 9adfb6a717
4 changed files with 88 additions and 62 deletions

View File

@@ -20,6 +20,7 @@ void networkTask(void *pvParameters)
{
network->update();
webCfgServer->update();
vTaskDelay(200 / portTICK_PERIOD_MS);
}
}