-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4b546d
commit a3d1628
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule esp-homekit
updated
10 files
+1 −1 | component.mk | |
+1,366 −0 | src/homekit_mdns.c | |
+30 −0 | src/homekit_mdns.h | |
+196 −0 | src/homekit_mdns_debug.c | |
+4 −0 | src/homekit_mdns_debug.h | |
+47 −0 | src/homekit_mdns_private.h | |
+0 −1,027 | src/mdnsresponder.c | |
+0 −66 | src/mdnsresponder.h | |
+97 −18 | src/port.c | |
+148 −131 | src/server.c |