tcp_transport: Reduce lwip dependecy for tcp_transport/http_client

This commit is contained in:
David Cermak 2021-02-15 08:43:56 +01:00
parent eb772e152c
commit 1921ae8973
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ idf_component_register(SRCS "esp_http_client.c"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "lib/include"
REQUIRES nghttp
PRIV_REQUIRES lwip esp-tls tcp_transport)
PRIV_REQUIRES tcp_transport)

View File

@ -4,4 +4,4 @@ idf_component_register(SRCS "transport.c"
"transport_utils.c"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "private_include"
REQUIRES lwip esp-tls)
REQUIRES esp-tls)