mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-28 18:47:40 +00:00
Test that the screen object has been created
This commit is contained in:
parent
b71051a227
commit
d1370071da
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user