ESP8266 / ESP8266NodeMCUInterface

Dependencies:   BufferedSerial

Dependents:   esp8266_nodeMCU1 esp8266_2_thingspeak1 Solarator_0-0-2 IoTBurglar_and_Fire_AlarmSystem ... more

Fork of ESP8266Interface 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;
 }