feat: initial commit

This commit is contained in:
2025-01-28 20:37:48 +01:00
commit 82835d3712
6 changed files with 202 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
idf_component_register(SRCS "hello_world_main.c"
INCLUDE_DIRS "")