This commit is contained in:
2026-02-06 15:08:06 +01:00
commit 9b2f64b766
6 changed files with 58 additions and 0 deletions

3
main/CMakeLists.txt Normal file
View File

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