Simplified wifmanager code, due to crashes

This commit is contained in:
Magnus Persson
2022-01-03 21:47:42 +01:00
parent d075fe2117
commit d796794602
3 changed files with 14 additions and 25 deletions

View File

@ -278,7 +278,8 @@ void loop() {
//#endif
}
myWebServer.loop();
if( myWifi.isConnected() )
myWebServer.loop();
}
// EOF