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: IoT_Ex BatteryModelTester BatteryModelTester
Fork of WiflyInterface by
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 23:cb8522185c56
- Parent:
- 20:3616a765c1b8
- Child:
- 26:eaaedb036df1
--- a/Socket/TCPSocketConnection.cpp Wed Mar 30 10:39:39 2016 +0000 +++ b/Socket/TCPSocketConnection.cpp Thu Mar 31 12:38:56 2016 +0000 @@ -24,7 +24,6 @@ int TCPSocketConnection::connect(const char* host, const int port) { bool result = wifi->connect(host, port); - pc.printf("wifi-connect() result: %d\n\r", result); if (!result) return -1; wifi->flush();