always call webcfgserver update

This commit is contained in:
technyon
2023-01-28 12:01:24 +01:00
parent a9489de0b0
commit a7933a13d4
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ void networkTask(void *pvParameters)
else
{
network->update();
webCfgServer->update();
}
delay(200);