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