mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 21:00:48 +00:00
4 lines
130 B
CMake
4 lines
130 B
CMake
idf_component_register(SRCS "hello_world_main.c"
|
|
PRIV_REQUIRES spi_flash
|
|
INCLUDE_DIRS "")
|