Added monitoring feature of ESP8266's UART
Dependents: ESP8266_W7500_Example DualNetworkInterface-Basic
Fork of ESP8266Interface by
Diff: Socket/Endpoint.h
- Revision:
- 16:3f0efaa57a12
- Parent:
- 13:41098c907200
- Child:
- 30:c035696b9397
diff -r 37a7a56a424f -r 3f0efaa57a12 Socket/Endpoint.h --- a/Socket/Endpoint.h Sun Nov 30 21:56:03 2014 +0000 +++ b/Socket/Endpoint.h Mon Dec 01 06:22:00 2014 +0000 @@ -59,6 +59,7 @@ protected: char _ipAddress[16]; int _port; + ESP8266 * ESP8266; };