8 lines
278 B
CMake
8 lines
278 B
CMake
idf_component_register(SRCS "main.c"
|
|
"http_metrics.c"
|
|
"inputs.c"
|
|
"outputs.c"
|
|
"control.c"
|
|
"safety.c"
|
|
INCLUDE_DIRS ".")
|