Add http_parser (new component) dependency

* Original commit: espressif/esp-idf@8e94cf2bb1
This commit is contained in:
Mahavir Jain
2021-12-31 13:50:55 +05:30
committed by gabsuren
parent 46bd32d952
commit bece6e7045

View File

@ -8,5 +8,5 @@ endif()
idf_component_register(SRCS "esp_websocket_client.c"
INCLUDE_DIRS "include"
REQUIRES lwip esp-tls tcp_transport nghttp
REQUIRES lwip esp-tls tcp_transport http_parser
PRIV_REQUIRES esp_timer)