10 lines
292 B
CMake
10 lines
292 B
CMake
idf_component_register(SRCS
|
|
cmd_nvs.h cmd_nvs.c
|
|
cmd_system.c
|
|
cmd_system_common.c
|
|
CustomCommand.cpp
|
|
INCLUDE_DIRS .
|
|
REQUIRES console spi_flash nvs_flash driver esp_wifi LedController Communication
|
|
)
|
|
|
|
target_sources(${COMPONENT_LIB} PRIVATE cmd_system_sleep.c) |