Files
Calendink/Client/main/CMakeLists.txt
T
Patedam 2ced2f0b0a client can connect to provider and download an image.
Updated network component to add get mac address
2026-03-28 14:59:49 -04:00

6 lines
232 B
CMake

idf_component_register(SRCS "main.cpp" "provider.cpp"
PRIV_REQUIRES driver nvs_flash
esp_event esp_timer
led network http_client mdns
INCLUDE_DIRS ".")