Skip to content

Commit a6e2e0e

Browse files
authored
Update ESPmDNS.h
1 parent 2b24b91 commit a6e2e0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/ESPmDNS/src/ESPmDNS.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ License (MIT license):
3838
THE SOFTWARE.
3939
4040
*/
41+
#if CONFIG_MDNS_MAX_INTERFACES
42+
4143
#ifndef ESP32MDNS_H
4244
#define ESP32MDNS_H
4345

@@ -126,3 +128,4 @@ class MDNSResponder {
126128
extern MDNSResponder MDNS;
127129

128130
#endif //ESP32MDNS_H
131+
#endif /* CONFIG_MDNS_MAX_INTERFACES */

0 commit comments

Comments
 (0)