Port restart tasks - TODO test and enable them

This commit is contained in:
Lorow
2025-04-01 23:30:21 +02:00
parent cb41038181
commit 345e10175a
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "OpenIrisTasks/OpenIrisTasks.cpp"
INCLUDE_DIRS "OpenIrisTasks"
REQUIRES Helpers
)