Added monitoring feature of ESP8266's UART
Dependents: ESP8266_W7500_Example DualNetworkInterface-Basic
Fork of ESP8266Interface by
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 46:913d07795182
- Parent:
- 45:c180905b5b79
--- a/Socket/TCPSocketConnection.cpp Wed Jun 03 18:36:02 2015 +0000 +++ b/Socket/TCPSocketConnection.cpp Fri Jun 05 16:17:07 2015 +0000 @@ -217,7 +217,7 @@ // -1 if unsuccessful, else number of bytes received int TCPSocketConnection::receive_all(char* data, int length) { - ERR("receive_all() not yet implimented"); + //ERR("receive_all() not yet implimented"); // if ((_sock_fd < 0) || !_is_connected) // return -1; //