mdns: Remove mbedtls dependency
mdns does not use mbedtls, so remove mbedtls dependency. Signed-off-by: Axel Lin <axel.lin@gmail.com>
This commit is contained in:
parent
741960d5ce
commit
f4a4549a34
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ idf_component_register(SRCS "mdns.c"
|
||||||
"mdns_networking.c"
|
"mdns_networking.c"
|
||||||
INCLUDE_DIRS "include"
|
INCLUDE_DIRS "include"
|
||||||
PRIV_INCLUDE_DIRS "private_include"
|
PRIV_INCLUDE_DIRS "private_include"
|
||||||
REQUIRES lwip mbedtls console esp_netif
|
REQUIRES lwip console esp_netif
|
||||||
PRIV_REQUIRES esp_timer)
|
PRIV_REQUIRES esp_timer)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue