mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-08-03 01:16:07 -07:00
Add SD update to CLI
This commit is contained in:
@@ -486,6 +486,11 @@ void CommandLine::runCommand(String input) {
|
||||
Serial.println("SD card is not connected. Cannot perform SD Update");
|
||||
return;
|
||||
}
|
||||
wifi_scan_obj.currentScanMode = OTA_UPDATE;
|
||||
#ifdef HAS_SCREEN
|
||||
changeMenu(&failedUpdateMenu);
|
||||
#endif
|
||||
sd_obj.runUpdate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user