Increase number of LWIP timers for MDNS

This commit is contained in:
Gregory Neverov 2023-02-15 14:02:13 -08:00
parent 1af2b6acbe
commit fd1c3ca784
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
#define LWIP_NUM_NETIF_CLIENT_DATA 1
#define LWIP_NETIF_EXT_STATUS_CALLBACK 1
#define MDNS_MAX_SECONDARY_HOSTNAMES 1
#define MEMP_NUM_SYS_TIMEOUT (8 + 3 * (LWIP_IPV4 + LWIP_IPV6))
#endif
#ifndef NDEBUG