mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-10 23:22:05 +00:00
Add missed merge line
This commit is contained in:
parent
43aa906017
commit
749c3ca53c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user