trunk roundhouse kick

This commit is contained in:
Thomas Göttgens
2023-01-21 14:34:29 +01:00
parent 6cf18b7d07
commit 51b2c431d9
234 changed files with 4989 additions and 5101 deletions

View File

@@ -152,7 +152,7 @@ void createSSLCert()
if (millis() / 1000 >= 3) {
screen->setSSLFrames();
}
#endif
#endif
}
runLoop = false;
} else {
@@ -165,7 +165,8 @@ void createSSLCert()
WebServerThread *webServerThread;
WebServerThread::WebServerThread() : concurrency::OSThread("WebServerThread") {
WebServerThread::WebServerThread() : concurrency::OSThread("WebServerThread")
{
if (!config.network.wifi_enabled) {
disable();
}