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: EthernetInterface HTTPClient mbed-rtos mbed
Fork of HTTPClient_HelloWorld by
Diff: main.cpp
- Revision:
- 4:dce35de805b5
- Parent:
- 3:242eb9cf2b1e
- Child:
- 5:f2c6eeb33c97
diff -r 242eb9cf2b1e -r dce35de805b5 main.cpp
--- a/main.cpp Sun Dec 01 16:18:57 2013 +0000
+++ b/main.cpp Mon Dec 02 14:41:44 2013 +0000
@@ -97,7 +97,7 @@
ret = eth.disconnect();
if (!ret)
{
- printf("Disconnect\n");
+ printf("Disconnected\n");
}
else
{
