1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

UDP multicast APIs fix

fix #74, fix #7
This commit is contained in:
Ivan Grokhotkov
2015-04-28 00:00:15 +08:00
parent 22f063b913
commit 727c61efe2
7 changed files with 60 additions and 18 deletions

View File

@ -64,6 +64,8 @@ private:
int _responseLen;
// Socket for MDNS communication
WiFiUDP _mdnsConn;
// local IP Address
IPAddress _localAddr;
};
#endif //ESP8266MDNS_H