mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 22:43:45 +02:00
Fix compiling issues, optimize commands a bit, implement some endpoints
TODO break down commands into separate files, implement the rest
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
idf_component_register(SRCS "CommandManager/CommandManager.cpp"
|
||||
INCLUDE_DIRS "CommandManager"
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"CommandManager/CommandManager.cpp"
|
||||
"CommandManager/Commands.cpp"
|
||||
INCLUDE_DIRS
|
||||
"CommandManager"
|
||||
REQUIRES ProjectConfig cJSON
|
||||
)
|
||||
Reference in New Issue
Block a user