now this shit works

Dependencies:   BufferedSerial

Dependents:   IoTWeatherStation

Fork of ESP8266NodeMCUInterface by ESP8266

Revision:
43:2e326d95fe2c
Parent:
42:3f62103a4f3c
--- a/Socket/TCPSocketConnection.cpp	Thu May 07 03:51:02 2015 +0000
+++ b/Socket/TCPSocketConnection.cpp	Thu May 07 04:00:27 2015 +0000
@@ -217,6 +217,7 @@
 // -1 if unsuccessful, else number of bytes received
 int TCPSocketConnection::receive_all(char* data, int length)
 {
+    ERR("receive_all() not yet implimented");
     //  if ((_sock_fd < 0) || !_is_connected)
 //        return -1;
 //