Sfoglia il codice sorgente

Remove change menu in CLI

Just Call Me Koko 3 anni fa
parent
commit
af389a7aa2
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      esp32_marauder/CommandLine.cpp

+ 0 - 3
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();
       }
     }