mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
tcp_transport: Reduce lwip dependecy for tcp_transport/http_client
This commit is contained in:
parent
eb772e152c
commit
1921ae8973
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user