This commit is contained in:
Elias Ahokas
2025-10-15 20:04:26 +03:00
commit 9d19a62b1e
10 changed files with 181 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

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