Remove change menu in CLI

This commit is contained in:
Just Call Me Koko
2022-12-08 13:01:34 -05:00
parent 5723ca09c0
commit af389a7aa2
-3
View File
@@ -487,9 +487,6 @@ void CommandLine::runCommand(String input) {
return;
}
wifi_scan_obj.currentScanMode = OTA_UPDATE;
#ifdef HAS_SCREEN
changeMenu(&failedUpdateMenu);
#endif
sd_obj.runUpdate();
}
}