Files
ate0004/main/CMakeLists.txt
2026-01-11 09:52:46 +03:00

5 lines
317 B
CMake

idf_component_register(SRCS "web_server.c" "ate0004.c" INCLUDE_DIRS "" REQUIRES zh_pcf8574 esp_wifi nvs_flash zh_ota_server EMBED_FILES "../html/index/index.html"
"../html/index/index_style.css"
"../html/index/index_script.js"
"../html/favicon.ico"
"../html/logo.png")