Release v1.3.0 #54

Merged
muellerr merged 134 commits from develop into master 2021-07-22 11:53:08 +02:00
Showing only changes of commit e2f3da08a9 - Show all commits

View File

@ -11,7 +11,7 @@ Q7STestTask::Q7STestTask(object_id_t objectId): TestTask(objectId) {
}
ReturnValue_t Q7STestTask::performOneShotAction() {
sdCardTests();
//sdCardTests();
return TestTask::performOneShotAction();
}