From af389a7aa2b0e39366c7e1212e0c11ea5887de32 Mon Sep 17 00:00:00 2001 From: Just Call Me Koko Date: Thu, 8 Dec 2022 13:01:34 -0500 Subject: [PATCH] Remove change menu in CLI --- esp32_marauder/CommandLine.cpp | 3 --- 1 file changed, 3 deletions(-) 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(); } }