fix initialize network detection preferences

This commit is contained in:
technyon
2023-02-03 21:38:33 +01:00
parent 80bddffce7
commit 339e71131e
3 changed files with 5 additions and 4 deletions

View File

@@ -569,7 +569,7 @@ void WebCfgServer::buildOtaHtml(String &response)
{
buildHtmlHeader(response);
if(millis() < 20000)
if(millis() < 60000)
{
response.concat("OTA functionality not ready. Please wait a moment and reload.");
response.concat("</BODY></HTML>");