Initial commit

This commit is contained in:
Cedarium Zhang
2026-01-30 12:10:24 +08:00
commit 404f75cef5
18 changed files with 1279 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

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