Browse Source

Remove change menu in CLI

Just Call Me Koko 3 years ago
parent
commit
af389a7aa2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      esp32_marauder/CommandLine.cpp

+ 0 - 3
esp32_marauder/CommandLine.cpp

@@ -487,9 +487,6 @@ void CommandLine::runCommand(String input) {
           return;
           return;
         }
         }
         wifi_scan_obj.currentScanMode = OTA_UPDATE;
         wifi_scan_obj.currentScanMode = OTA_UPDATE;
-        #ifdef HAS_SCREEN
-          changeMenu(&failedUpdateMenu);
-        #endif
         sd_obj.runUpdate();
         sd_obj.runUpdate();
       }
       }
     }
     }