mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
mdns: #ifndef/#define/#endif (#7615)
This commit is contained in:
parent
cc042b99d1
commit
37ef41ceb0
@ -42,6 +42,9 @@
|
||||
|
||||
*/
|
||||
|
||||
#ifndef __ESP8266MDNS_H
|
||||
#define __ESP8266MDNS_H
|
||||
|
||||
enum class MDNSApiVersion { LEA, LEAv2 };
|
||||
|
||||
#include "LEAmDNS.h" // LEA
|
||||
@ -57,3 +60,5 @@ using MDNSResponder = esp8266::MDNSImplementation::MDNSResponder;
|
||||
|
||||
extern MDNSResponder MDNS;
|
||||
#endif
|
||||
|
||||
#endif // __ESP8266MDNS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user