5 lines
364 B
CMake
5 lines
364 B
CMake
idf_component_register(SRCS "KnxWorker.cpp" "Nvs.cpp" "main.cpp" "Display.cpp" "Touch.cpp" "Gui.cpp" "Wifi.cpp" "Gui/WifiSetting.cpp"
|
|
PRIV_REQUIRES spi_flash esp_driver_ppa esp_lcd
|
|
REQUIRES esp_mm esp_driver_ppa esp_timer lvgl knx esp_wifi_remote esp_netif esp_event nvs_flash
|
|
INCLUDE_DIRS "")
|