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,2 @@
idf_component_register(SRCS "main.c" "mdns_test.c"
INCLUDE_DIRS ".")