Fixed UDP Client. Allow interfacing with WebSocketClient. General improvements.
Fork of ESP8266Interface by
Diff: Socket/Endpoint.cpp
- Revision:
- 40:0a83315aea0a
- Parent:
- 31:fd0eaf273b11
--- a/Socket/Endpoint.cpp Sat May 02 04:08:30 2015 +0000 +++ b/Socket/Endpoint.cpp Mon May 04 12:04:54 2015 +0000 @@ -19,8 +19,6 @@ #include "Socket/Endpoint.h" #include <cstring> -extern Serial pc; - using std::memset; Endpoint::Endpoint()