feat(esp-tls): modify for esp8266

This commit is contained in:
Dong Heng
2019-11-18 17:50:38 +08:00
parent fd8ed3b340
commit 7a30e6c072
6 changed files with 28 additions and 22 deletions

View File

@ -13,7 +13,7 @@ idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "."
PRIV_INCLUDE_DIRS "private_include"
REQUIRES mbedtls
PRIV_REQUIRES lwip nghttp)
PRIV_REQUIRES lwip http_parser)
if(CONFIG_ESP_TLS_USING_WOLFSSL)
idf_component_get_property(wolfssl esp-wolfssl COMPONENT_LIB)