Initial commit

This commit is contained in:
2025-11-08 13:20:09 +01:00
commit 9f1b1ba5a0
5 changed files with 76 additions and 0 deletions

3
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "main.c"
PRIV_REQUIRES spi_flash
INCLUDE_DIRS "")