24 lines
400 B
CMake
24 lines
400 B
CMake
idf_component_register(
|
|
SRCS
|
|
"service_discovery.c"
|
|
"app_nvs.c"
|
|
"ch1116.c"
|
|
# "apds_9960.c"
|
|
"pca9555.c"
|
|
"i2c.c"
|
|
"asr_pro.c"
|
|
"ci_03t.c"
|
|
"ui_input.c"
|
|
# "ambient_light.c"
|
|
# "temperature.c"
|
|
# "mqtt.c"
|
|
"desktop.c"
|
|
"main.c"
|
|
"wifi.c"
|
|
"light.c"
|
|
"led_strip_encoder/led_strip_encoder.c"
|
|
"gui.c"
|
|
|
|
"app_icon_8.c"
|
|
INCLUDE_DIRS "."
|
|
) |