mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
@@ -23,13 +23,10 @@
|
||||
#include <Arduino.h>
|
||||
#include "IPAddress.h"
|
||||
#include <ESP8266WiFi.h>
|
||||
#include <ESP8266mDNS.h>
|
||||
|
||||
class WIFI_CONFIG
|
||||
{
|
||||
public:
|
||||
// multicast DNS responder
|
||||
MDNSResponder mdns;
|
||||
bool Setup();
|
||||
char * mac2str(uint8_t mac [WL_MAC_ADDR_LENGTH]);
|
||||
char * ip2str(IPAddress Ip );
|
||||
|
||||
Reference in New Issue
Block a user