v1.15.0 #311

Merged
muellerr merged 107 commits from develop into main 2022-10-27 11:28:49 +02:00
Showing only changes of commit 214428295b - Show all commits

View File

@ -1241,6 +1241,7 @@ void CoreController::performMountedSdCardOperations() {
initClockFromTimeFile();
performRebootFileHandling(false);
}
timeFileHandler();
};
bool clearOneShotFlag = false;
if (sdInfo.active == sd::SdCard::SLOT_0 and sdcMan->isSdCardUsable(sd::SdCard::SLOT_0)) {
@ -1254,7 +1255,6 @@ void CoreController::performMountedSdCardOperations() {
if (clearOneShotFlag) {
performOneShotSdCardOpsSwitch = true;
}
timeFileHandler();
}
ReturnValue_t CoreController::performSdCardCheck() {