mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-14 09:02:14 +00:00
Test that the screen object has been created
This commit is contained in:
parent
b71051a227
commit
d1370071da
@ -179,8 +179,9 @@ void createSSLCert()
|
|||||||
yield();
|
yield();
|
||||||
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