added network dependencies

This commit is contained in:
GW_MC
2026-01-19 11:19:59 +08:00
parent 01c36669cf
commit 821fb0d9d7

View File

@@ -1,6 +1,6 @@
set(requires esp-tls spi_flash nvs_flash esp_event esp_netif esp_http_client)
file(GLOB SRCS "main.cpp" "*.cpp" "*.c" "**/*.cpp" "**/*.c") file(GLOB SRCS "main.cpp" "*.cpp" "*.c" "**/*.cpp" "**/*.c")
idf_component_register(SRCS ${SRCS} idf_component_register(SRCS ${SRCS}
PRIV_REQUIRES PRIV_REQUIRES ${requires}
spi_flash
nvs_flash
INCLUDE_DIRS "." "display" "touch" "network" "ui" "io" "common") INCLUDE_DIRS "." "display" "touch" "network" "ui" "io" "common")