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.
Dependencies: BufferedSerial
Dependents: esp8266_nodeMCU1 esp8266_2_thingspeak1 Solarator_0-0-2 IoTBurglar_and_Fire_AlarmSystem ... more
Fork of ESP8266Interface by
Diff: Socket/Socket.cpp
- 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;
}

Adafruit Huzzah