mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-15 22:45:58 +08:00
Revert "Add mDNS feature"
This reverts commit a024329c9b3dce02ae109b1b116572d84d7a8780.
This commit is contained in:
parent
a024329c9b
commit
7bd428b47a
@ -23,13 +23,10 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "IPAddress.h"
|
#include "IPAddress.h"
|
||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
#include <ESP8266mDNS.h>
|
|
||||||
|
|
||||||
class WIFI_CONFIG
|
class WIFI_CONFIG
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// multicast DNS responder
|
|
||||||
MDNSResponder mdns;
|
|
||||||
bool Setup();
|
bool Setup();
|
||||||
char * mac2str(uint8_t mac [WL_MAC_ADDR_LENGTH]);
|
char * mac2str(uint8_t mac [WL_MAC_ADDR_LENGTH]);
|
||||||
char * ip2str(IPAddress Ip );
|
char * ip2str(IPAddress Ip );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user