now this shit works

Dependencies:   BufferedSerial

Dependents:   IoTWeatherStation

Fork of ESP8266NodeMCUInterface by ESP8266

Revision:
46:4abb80f0a920
Parent:
28:91e65e22e63a
--- a/Socket/Socket.cpp	Wed Jun 03 21:44:20 2015 +0000
+++ b/Socket/Socket.cpp	Thu Jun 04 20:14:52 2015 +0000
@@ -28,7 +28,7 @@
 }
 
 void Socket::set_blocking(bool blocking, unsigned int timeout) {
-    printf("set blocking: %d %d\r\n", blocking, timeout);
+    //printf("set blocking: %d %d\r\n", blocking, timeout);
     _blocking = blocking;
     _timeout = timeout;
 }