diff --git a/bsp_q7s/core/CoreController.cpp b/bsp_q7s/core/CoreController.cpp index e1c6a430..b1783054 100644 --- a/bsp_q7s/core/CoreController.cpp +++ b/bsp_q7s/core/CoreController.cpp @@ -1196,7 +1196,7 @@ void CoreController::performMountedSdCardOperations() { std::filesystem::create_directory(path); } initVersionFile(); - performRebootFileHandling(true); + performRebootFileHandling(false); doPerformMountedSdCardOps = false; } }