for testing wifi

Dependents:   ESP8266_Test_WIFI

Fork of ESP8266Interface by Steve Kim

Revision:
46:913d07795182
Parent:
45:c180905b5b79
Child:
51:e37b1643f58a
--- 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;
 //