add needed files

This commit is contained in:
2025-12-06 20:14:52 -06:00
parent 5f8aa28483
commit 6f8d6441ae
2 changed files with 14 additions and 0 deletions

4
src/CMakeLists.txt Normal file
View File

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