move files in root dir

This commit is contained in:
2024-12-07 15:47:55 +01:00
parent 3286944458
commit e497e3dcbc
14 changed files with 2 additions and 2 deletions

7
main/CMakeLists.txt Normal file
View File

@ -0,0 +1,7 @@
idf_component_register(SRCS "main.c"
"http_metrics.c"
"inputs.c"
"outputs.c"
"control.c"
"safety.c"
INCLUDE_DIRS ".")