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