mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
Test that the screen object has been created
This commit is contained in:
@@ -180,7 +180,8 @@ void createSSLCert()
|
|||||||
esp_task_wdt_reset();
|
esp_task_wdt_reset();
|
||||||
|
|
||||||
if ((millis() / 1000 >= 3) && screen) {
|
if ((millis() / 1000 >= 3) && screen) {
|
||||||
screen->setSSLFrames();
|
if (screen)
|
||||||
|
screen->setSSLFrames();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
runLoop = false;
|
runLoop = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user