1
0
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:
david gauchard 2020-09-30 11:03:59 +02:00 committed by GitHub
parent cc042b99d1
commit 37ef41ceb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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