mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 18:59:56 +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();
|
||||
|
||||
if ((millis() / 1000 >= 3) && screen) {
|
||||
screen->setSSLFrames();
|
||||
if (screen)
|
||||
screen->setSSLFrames();
|
||||
}
|
||||
}
|
||||
runLoop = false;
|
||||
|
Loading…
Reference in New Issue
Block a user