Implement rudimentary command manager architecture

This commit is contained in:
Lorow
2024-11-06 00:10:01 +01:00
parent a5276f4d1d
commit 89f8d23421
8 changed files with 166 additions and 2 deletions

View File

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