Add missed merge line

This commit is contained in:
Jonathan Bennett 2025-05-30 09:51:29 -05:00
parent 43aa906017
commit 749c3ca53c

View File

@ -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;
}
}