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 1a05d92 commit e0d2414Copy full SHA for e0d2414
libraries/LEAmDNS/src/LEAmDNS.h
@@ -1348,3 +1348,8 @@ class MDNSResponder {
1348
} // namespace esp8266
1349
1350
#include <ESP8266mDNS.h>
1351
+
1352
+#define __LEAMDNS_H 1
1353
+#ifdef __SIMPLEMDNS_H
1354
+#error SimpleMDNS and LeaMDNS both included. Only one allowed at a time.
1355
+#endif
libraries/SimpleMDNS/src/SimpleMDNS.h
@@ -44,3 +44,8 @@ class SimpleMDNS {
44
};
45
46
extern SimpleMDNS MDNS;
47
48
+#define __SIMPLEMDNS_H 1
49
+#ifdef __LEAMDNS_H
50
51
0 commit comments