starting with ESP-IDF

This commit is contained in:
2024-06-04 22:02:40 +02:00
commit db6d1b765a
10 changed files with 304 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

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