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.
Dependents: ESP8266_MQTT_HelloWorld ESP8266_IFTTT_Test ECE_4180_Lab_4 websocketmbed ... more
Fork of ESP8266Interface by
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 46:913d07795182
- Parent:
- 45:c180905b5b79
diff -r c180905b5b79 -r 913d07795182 Socket/TCPSocketConnection.cpp
--- a/Socket/TCPSocketConnection.cpp Wed Jun 03 18:36:02 2015 +0000
+++ b/Socket/TCPSocketConnection.cpp Fri Jun 05 16:17:07 2015 +0000
@@ -217,7 +217,7 @@
// -1 if unsuccessful, else number of bytes received
int TCPSocketConnection::receive_all(char* data, int length)
{
- ERR("receive_all() not yet implimented");
+ //ERR("receive_all() not yet implimented");
// if ((_sock_fd < 0) || !_is_connected)
// return -1;
//

ESP8266-01