Skip to content

Commit 453fbe4

Browse files
authored
Update ArduinoOTA.h
1 parent 4de5e7e commit 453fbe4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/ArduinoOTA/src/ArduinoOTA.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#if CONFIG_MDNS_MAX_INTERFACES
2+
13
#ifndef __ARDUINO_OTA_H
24
#define __ARDUINO_OTA_H
35

@@ -113,3 +115,4 @@ extern ArduinoOTAClass ArduinoOTA;
113115
#endif
114116

115117
#endif /* __ARDUINO_OTA_H */
118+
#endif /* CONFIG_MDNS_MAX_INTERFACES */

0 commit comments

Comments
 (0)