for testing wifi

Dependents:   ESP8266_Test_WIFI

Fork of ESP8266Interface by Steve Kim

Files at this revision

API Documentation at this revision

Comitter:
hank51017
Date:
Tue Jun 28 10:56:14 2016 +0000
Parent:
51:e37b1643f58a
Commit message:
for downloading

Changed in this revision

Socket/Socket.cpp Show annotated file Show diff for this revision Revisions of this file
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!");