refactor: optimizing work with network

This commit is contained in:
Yurii
2024-06-14 18:18:43 +03:00
parent 45e2e0334e
commit 7779076498
4 changed files with 25 additions and 8 deletions

View File

@@ -623,6 +623,10 @@ protected:
if (this->stateWebServer()) {
this->webServer->handleClient();
}
if (!this->stateDnsServer() && !this->stateWebServer()) {
this->delay(250);
}
}
bool isAuthRequired() {