mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 22:43:45 +02:00
Implement rudimentary command manager architecture
This commit is contained in:
4
components/CommandManager/CMakeLists.txt
Normal file
4
components/CommandManager/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "CommandManager/CommandManager.cpp"
|
||||
INCLUDE_DIRS "CommandManager"
|
||||
REQUIRES ProjectConfig
|
||||
)
|
||||
Reference in New Issue
Block a user