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:
- 28:91e65e22e63a
- Parent:
- 21:690526f05fe6
- Child:
- 36:e1545c6c2cb3
- Child:
- 46:4abb80f0a920
--- 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;
}

Adafruit Huzzah