6 lines
90 B
CMake
6 lines
90 B
CMake
idf_component_register(
|
|
SRCS "config.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES fatal nvs_flash
|
|
)
|