Browse Source

Also add mdns_resp_announce() to Win32 application

master
Dirk Ziegelmeier 8 years ago
parent
commit
384c26553f
  1. 1
      ports/win32/test.c

1
ports/win32/test.c

@ -570,6 +570,7 @@ apps_init(void)
mdns_resp_add_netif(netif_default, "lwip", 3600);
#endif
mdns_resp_add_service(netif_default, "lwipweb", "_http", DNSSD_PROTO_TCP, HTTPD_SERVER_PORT, 3600, srv_txt, NULL);
mdns_resp_announce(netif_default);
#endif
#if LWIP_NETIO_APP && LWIP_TCP

Loading…
Cancel
Save