create light service, with splitted beacon and outdoor functions Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
9 lines
256 B
CMake
9 lines
256 B
CMake
idf_component_register(SRCS
|
|
"beacon.c"
|
|
"light.c"
|
|
"outdoor.c"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES
|
|
esp_driver_gptimer
|
|
)
|