Merge pull request #7589 from gneverov/issue_7333

Increase number of LWIP timers for MDNS (fixes #7333)
This commit is contained in:
Scott Shawcroft 2023-02-15 19:51:26 -08:00 committed by GitHub
commit e487b7cc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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