fix(mdns): move the example into a subdirectory

By default, component manager expects that the examples are located
under <component>/examples/<name>. Move mdns example so that it is
found.
This commit is contained in:
Ivan Grokhotkov
2023-09-21 16:30:18 +02:00
committed by David Cermak
parent c83b76ea8f
commit d28232b9f8
12 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
idf_component_register(SRCS "mdns_example_main.c"
INCLUDE_DIRS ".")