From 8c8218f878609af4719252d16ac0f42bccd9ba5b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Mar 2021 19:37:18 +0000 Subject: add mdns responder --- app/lwip/lwipopts.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/lwip/lwipopts.h') diff --git a/app/lwip/lwipopts.h b/app/lwip/lwipopts.h index 7adba9c..b3e37c7 100644 --- a/app/lwip/lwipopts.h +++ b/app/lwip/lwipopts.h @@ -36,6 +36,8 @@ #define LWIP_TIMERS 1 +#define LWIP_NETIF_STATUS_CALLBACK 1 +#define LWIP_NUM_NETIF_CLIENT_DATA 1 #if 0 #define SYS_DEBUG LWIP_DBG_ON @@ -215,6 +217,9 @@ The STM32F4x7 allows computing and verifying the IP, UDP, TCP and ICMP checksums #define LWIP_HTTPD_FILE_STATE 0 #define LWIP_HTTPD_CGI 1 +#define LWIP_IGMP 1 +#define LWIP_MDNS_RESPONDER 1 + /* -- cgit v1.2.3