8000 Merge pull request #7589 from gneverov/issue_7333 · vickash/circuitpython@e487b7c · GitHub
[go: up one dir, main page]

Skip to content

Commit e487b7c

Browse files
authored
Merge pull request adafruit#7589 from gneverov/issue_7333
Increase number of LWIP timers for MDNS (fixes adafruit#7333)
2 parents 1af2b6a + fd1c3ca commit e487b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/raspberrypi/lwip_inc/lwipopts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#define LWIP_NUM_NETIF_CLIENT_DATA 1
6161
#define LWIP_NETIF_EXT_STATUS_CALLBACK 1
6262
#define MDNS_MAX_SECONDARY_HOSTNAMES 1
63+
#define MEMP_NUM_SYS_TIMEOUT (8 + 3 * (LWIP_IPV4 + LWIP_IPV6))
6364
#endif
6465

6566
#ifndef NDEBUG

0 commit comments

Comments
 (0)
0