for testing wifi

Dependents:   ESP8266_Test_WIFI

Fork of ESP8266Interface by Steve Kim

Revision:
28:91e65e22e63a
Parent:
21:690526f05fe6
Child:
36:e1545c6c2cb3
diff -r 9c6cefc12f0c -r 91e65e22e63a Socket/Socket.cpp
--- a/Socket/Socket.cpp	Mon Apr 20 20:27:11 2015 +0000
+++ b/Socket/Socket.cpp	Tue Apr 28 18:52:20 2015 +0000
@@ -28,7 +28,7 @@
 }
 
 void Socket::set_blocking(bool blocking, unsigned int timeout) {
-    pc.printf("set blocking: %d %d\r\n", blocking, timeout);
+    printf("set blocking: %d %d\r\n", blocking, timeout);
     _blocking = blocking;
     _timeout = timeout;
 }