10000 Merge pull request #10166 from eightycc/issue-9127-9.2.x · adafruit/circuitpython@f16a86e · GitHub
[go: up one dir, main page]

Skip to content

Commit f16a86e

Browse files
authored
Merge pull request #10166 from eightycc/issue-9127-9.2.x
9.2.x For raspberrypi, increase MDNS_MAX_SERVICES to 25.
2 parents 6d7eff0 + 8df9c0c commit f16a86e

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
@@ -111,6 +111,7 @@
111111
#define LWIP_NETIF_EXT_STATUS_CALLBACK 1
112112
#define MDNS_MAX_SECONDARY_HOSTNAMES 1
113113
#define MEMP_NUM_SYS_TIMEOUT (8 + 3 * (LWIP_IPV4 + LWIP_IPV6))
114+
#define MDNS_MAX_SERVICES 25
114115
#endif
115116

116117
#ifndef NDEBUG

0 commit comments

Comments
 (0)
0