mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
formalization of LEA's mdns rewrite (#5450)
* formalization of LEA's mdns rewrite (code), minor changes to polledTimeout * fix typo * Fix mdns examples
This commit is contained in:
@ -40,8 +40,8 @@ License (MIT license):
|
||||
THE SOFTWARE.
|
||||
|
||||
*/
|
||||
#ifndef ESP8266MDNS_H
|
||||
#define ESP8266MDNS_H
|
||||
#ifndef ESP8266MDNS_LEGACY_H
|
||||
#define ESP8266MDNS_LEGACY_H
|
||||
|
||||
#include "ESP8266WiFi.h"
|
||||
#include "WiFiUdp.h"
|
||||
@ -139,10 +139,6 @@ private:
|
||||
void _restart();
|
||||
};
|
||||
|
||||
#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_MDNS)
|
||||
extern MDNSResponder MDNS;
|
||||
#endif
|
||||
|
||||
} // namespace Legacy_MDNSResponder
|
||||
|
||||
#endif //ESP8266MDNS_H
|
||||
|
Reference in New Issue
Block a user