Feature: 3V3 stack power switching #556

Merged
muellerr merged 7 commits from feature_3v3_stack_switching into develop 2023-04-04 11:18:58 +02:00
Showing only changes of commit 69a3cb20be - Show all commits

View File

@ -29,7 +29,7 @@ ReturnValue_t PersistentSingleTmStoreTask::performOperation(uint8_t opCode) {
TaskFactory::delayTask(10);
} else {
// TODO: Would be best to remove this, but not delaying here can lead to evil issues.
TaskFactory::delayTask(10);
TaskFactory::delayTask(2);
}
}
}