project file splitting

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-04-10 22:11:18 +02:00
parent 858c45fdcc
commit eae8b78c60
4 changed files with 231 additions and 202 deletions

View File

@@ -1,2 +1,4 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS ".")
idf_component_register(
SRCS
"main.c" "setup.c"
INCLUDE_DIRS ".")