mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 18:31:37 +00:00
Test that the screen object has been created
This commit is contained in:
parent
b71051a227
commit
d1370071da
@ -180,6 +180,7 @@ void createSSLCert()
|
|||||||
esp_task_wdt_reset();
|
esp_task_wdt_reset();
|
||||||
|
|
||||||
if ((millis() / 1000 >= 3) && screen) {
|
if ((millis() / 1000 >= 3) && screen) {
|
||||||
|
if (screen)
|
||||||
screen->setSSLFrames();
|
screen->setSSLFrames();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user