mDNS: Initial version based on IDF 5.0

This commit is contained in:
suren-gabrielyan-espressif
2022-05-27 17:47:00 +04:00
parent 8863ed944d
commit b6b20ad399
105 changed files with 312 additions and 18 deletions

View File

@ -0,0 +1,4 @@
idf_component_register(SRCS "connect.c" "stdin_out.c" "addr_from_stdin.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES esp_netif driver
)