Make #define NO_SCREEN work again

This commit is contained in:
Thomas Göttgens
2022-05-06 15:41:37 +02:00
parent 1812843363
commit b5cc304336
8 changed files with 20 additions and 1 deletions

View File

@@ -152,10 +152,11 @@ void createSSLCert()
yield();
esp_task_wdt_reset();
#ifndef NO_SCREEN
if (millis() / 1000 >= 3) {
screen->setSSLFrames();
}
#endif
}
runLoop = false;
} else {