diff options
author | root <root@ka-ata-killa.ourano.james.local> | 2021-03-20 19:37:18 +0000 |
---|---|---|
committer | root <root@ka-ata-killa.ourano.james.local> | 2021-03-20 19:37:18 +0000 |
commit | 8c8218f878609af4719252d16ac0f42bccd9ba5b (patch) | |
tree | 3efcff988ae500c028868ab547979fd9f56dd5fa /app/lwip | |
parent | f211fe6461aae73f5ffdbe58961dbe3dd1309854 (diff) | |
download | clock-8c8218f878609af4719252d16ac0f42bccd9ba5b.tar.gz clock-8c8218f878609af4719252d16ac0f42bccd9ba5b.tar.bz2 clock-8c8218f878609af4719252d16ac0f42bccd9ba5b.zip |
add mdns responder
Diffstat (limited to 'app/lwip')
-rw-r--r-- | app/lwip/lwipopts.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 + /* |