We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e2e0e commit 4de5e7eCopy full SHA for 4de5e7e
libraries/ArduinoOTA/src/ArduinoOTA.cpp
@@ -1,6 +1,8 @@
1
#ifndef LWIP_OPEN_SRC
2
#define LWIP_OPEN_SRC
3
#endif
4
+#if CONFIG_MDNS_MAX_INTERFACES
5
+
6
#include <functional>
7
#include "ArduinoOTA.h"
8
#include "NetworkClient.h"
@@ -390,3 +392,5 @@ void ArduinoOTAClass::setTimeout(int timeoutInMillis) {
390
392
#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_ARDUINOOTA)
391
393
ArduinoOTAClass ArduinoOTA;
394
395
396
+#endif /* CONFIG_MDNS_MAX_INTERFACES */
0 commit comments