2020-07-27 16:54:51 +02:00
|
|
|
idf_component_register(
|
|
|
|
SRCS
|
|
|
|
"interface.c"
|
2020-08-16 16:40:05 +02:00
|
|
|
"interface-main.c"
|
|
|
|
"interface-data.c"
|
2020-07-27 16:54:51 +02:00
|
|
|
"interface-datetime.c"
|
2020-12-06 12:48:12 +01:00
|
|
|
"interface-info.c"
|
2020-08-16 16:40:05 +02:00
|
|
|
"interface-input.c"
|
|
|
|
"interface-label.c"
|
|
|
|
"interface-report.c"
|
|
|
|
"interface-settings.c"
|
|
|
|
"interface-wifi.c"
|
|
|
|
INCLUDE_DIRS "."
|
2020-07-27 16:54:51 +02:00
|
|
|
PRIV_REQUIRES
|
|
|
|
ena
|
2020-12-06 12:48:12 +01:00
|
|
|
ena-eke-proxy
|
2020-09-29 19:58:01 +02:00
|
|
|
display
|
|
|
|
display-ssd1306
|
|
|
|
rtc
|
|
|
|
rtc-ds3231
|
2020-08-16 16:40:05 +02:00
|
|
|
wifi-controller
|
2020-07-27 16:54:51 +02:00
|
|
|
)
|