diff --git a/esp32_marauder/CommandLine.cpp b/esp32_marauder/CommandLine.cpp index 15baf9a..c1e2824 100644 --- a/esp32_marauder/CommandLine.cpp +++ b/esp32_marauder/CommandLine.cpp @@ -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(); } }