for testing wifi

Dependents:   ESP8266_Test_WIFI

Fork of ESP8266Interface by Steve Kim

Revision:
52:b4a3e584db90
Parent:
42:3f62103a4f3c
diff -r e37b1643f58a -r b4a3e584db90 Socket/Socket.cpp
--- a/Socket/Socket.cpp	Tue Jun 28 03:34:57 2016 +0000
+++ b/Socket/Socket.cpp	Tue Jun 28 10:56:14 2016 +0000
@@ -35,7 +35,7 @@
 
 #endif
 
-Socket::Socket() : _blocking(true), _timeout(1500) {
+Socket::Socket() : _blocking(false), _timeout(1500) {
     wifi = ESP8266::getInstance();
     if (wifi == NULL)
         ERR("Socket constructor error: no ESP8266 instance available!");