5 lines
127 B
CMake
5 lines
127 B
CMake
idf_component_register(SRCS "main.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES nvs_flash bt ulp
|
|
)
|