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 cc042b9 commit 37ef41cCopy full SHA for 37ef41c
libraries/ESP8266mDNS/src/ESP8266mDNS.h
@@ -42,6 +42,9 @@
42
43
*/
44
45
+#ifndef __ESP8266MDNS_H
46
+#define __ESP8266MDNS_H
47
+
48
enum class MDNSApiVersion { LEA, LEAv2 };
49
50
#include "LEAmDNS.h" // LEA
@@ -57,3 +60,5 @@ using MDNSResponder = esp8266::MDNSImplementation::MDNSResponder;
57
60
58
61
extern MDNSResponder MDNS;
59
62
#endif
63
64
+#endif // __ESP8266MDNS_H
0 commit comments