Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ESP8266Interface by
Revision 52:b4a3e584db90, committed 2016-06-28
- 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 |
--- 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!");