Fixed UDP Client. Allow interfacing with WebSocketClient. General improvements.
Fork of ESP8266Interface by
Diff: Socket/Endpoint.h
- Revision:
- 31:fd0eaf273b11
- Parent:
- 30:c035696b9397
--- a/Socket/Endpoint.h Wed Apr 29 22:43:03 2015 +0000 +++ b/Socket/Endpoint.h Thu Apr 30 04:53:21 2015 +0000 @@ -64,7 +64,7 @@ protected: char _ipAddress[16]; int _port; - int _id = -1; + int _id; ESP8266 * ESP8266; };