v1.6.0 #78

Merged
muellerr merged 147 commits from develop into main 2021-08-09 16:08:26 +02:00
Showing only changes of commit e05c52be85 - Show all commits

View File

@ -59,9 +59,7 @@ ReturnValue_t CoreController::handleCommandMessage(CommandMessage *message) {
}
void CoreController::performControlOperation() {
if(not BLOCKING_SD_INIT) {
sdStateMachine();
}
sdStateMachine();
performWatchdogControlOperation();
}