SD Card, Scratch Buffer and README updates #52

Merged
meierj merged 41 commits from mueller/first-sd-tests into develop 2021-07-09 22:02:31 +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() { ReturnValue_t Q7STestTask::performOneShotAction() {
sdCardTests(); //sdCardTests();
return TestTask::performOneShotAction(); return TestTask::performOneShotAction();
} }