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

@@ -1,5 +1,4 @@
idf_component_register(SRCS "RestAPI/RestAPI.cpp"
INCLUDE_DIRS "RestAPI"
# REQUIRES CommandManager mongoose
REQUIRES mongoose
REQUIRES CommandManager mongoose
)