Files
snapclient/components/ota_server/CMakeLists.txt
Karl Osterseher 1d7dc2dc00 fuse wifi and ethernet component to a sngle network component.
enable both interfaces if configured from menuconfig

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
2025-01-22 23:37:00 +01:00

4 lines
179 B
CMake

idf_component_register(SRCS "ota_server.c"
INCLUDE_DIRS "include"
REQUIRES app_update dsp_processor network_interface lightsnapcast)