diff --git a/src/main.cpp b/src/main.cpp index 7cbf77c83..fafa3812b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1231,7 +1231,9 @@ void setup() if (!rIf->reconfigure()) { LOG_WARN("Reconfigure failed, rebooting"); - screen->startAlert("Rebooting..."); + if (screen) { + screen->showOverlayBanner("Rebooting..."); + } rebootAtMsec = millis() + 5000; } }