first commit

This commit is contained in:
2024-05-15 23:29:00 +08:00
commit 39182e8cc2
10 changed files with 457 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

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

6
main/main.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
void app_main(void)
{
}