reorganize project structure

This commit is contained in:
2026-02-14 19:05:26 -06:00
parent e3090bf1f5
commit 532d93d5d7
19 changed files with 60 additions and 16 deletions

10
src/main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,10 @@
file(GLOB SRC_FILES
"*.c"
"*.cpp"
)
idf_component_register(
SRCS ${SRC_FILES}
INCLUDE_DIRS "." ".."
)