ESP32 Bootstraps

This commit is contained in:
2025-10-12 21:12:27 -04:00
parent c80c67a7ff
commit bb4a074dff
2 changed files with 1 additions and 1 deletions

View File

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