6 lines
116 B
CMake
6 lines
116 B
CMake
|
idf_component_register(SRCS
|
||
|
LedController.cpp
|
||
|
INCLUDE_DIRS .
|
||
|
REQUIRES console spi_flash driver
|
||
|
)
|