refactor: fix wifi scan on esp32, connection timeouts changed

This commit is contained in:
Yurii
2024-10-26 20:18:23 +03:00
parent 10f9cde17a
commit 45762967ee
2 changed files with 27 additions and 10 deletions

View File

@@ -769,7 +769,7 @@ protected:
return;
}
this->webServer->handleClient();
//this->webServer->handleClient();
this->webServer->stop();
this->webServerEnabled = false;
this->webServerChangeState = millis();
@@ -794,7 +794,7 @@ protected:
return;
}
this->dnsServer->processNextRequest();
//this->dnsServer->processNextRequest();
this->dnsServer->stop();
this->dnsServerEnabled = false;
this->dnsServerChangeState = millis();