mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-23 15:27:28 +02:00
Add http_parser (new component) dependency
* Original commit: espressif/esp-idf@8e94cf2bb1
This commit is contained in:
@ -8,5 +8,5 @@ endif()
|
|||||||
|
|
||||||
idf_component_register(SRCS "esp_websocket_client.c"
|
idf_component_register(SRCS "esp_websocket_client.c"
|
||||||
INCLUDE_DIRS "include"
|
INCLUDE_DIRS "include"
|
||||||
REQUIRES lwip esp-tls tcp_transport nghttp
|
REQUIRES lwip esp-tls tcp_transport http_parser
|
||||||
PRIV_REQUIRES esp_timer)
|
PRIV_REQUIRES esp_timer)
|
||||||
|
Reference in New Issue
Block a user