Merge branch 'bugfix/mdns_remove_mbedtls_dep' into 'master'

mdns: Remove mbedtls dependency

Closes IDFGH-3177

See merge request espressif/esp-idf!8538
pull/5345/head
David Čermák 2020-04-29 13:47:47 +08:00
commit 570bc3dbbc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3,6 +3,6 @@ idf_component_register(SRCS "mdns.c"
"mdns_networking.c"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "private_include"
REQUIRES lwip mbedtls console esp_netif
REQUIRES lwip console esp_netif
PRIV_REQUIRES esp_timer)