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