mirror of
https://github.com/thelsing/knx.git
synced 2025-09-05 17:50:22 +02:00
12 lines
201 B
CMake
12 lines
201 B
CMake
idf_component_register(
|
|
SRCS "main.cpp"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES
|
|
knx
|
|
esp_timer
|
|
nvs_flash
|
|
esp_wifi
|
|
esp_event
|
|
esp_netif
|
|
mdns
|
|
) |