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
Revision 3:cae10d420663, committed 2014-09-26
- Comitter:
- planglois
- Date:
- Fri Sep 26 14:35:20 2014 +0000
- Parent:
- 2:b28641cc3ee0
- Commit message:
- Add default address
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b28641cc3ee0 -r cae10d420663 main.cpp
--- a/main.cpp Fri Sep 26 11:16:03 2014 +0000
+++ b/main.cpp Fri Sep 26 14:35:20 2014 +0000
@@ -9,7 +9,7 @@
char str[512];
-const char *url = "put webpage here";
+const char *url = "http://developer.mbed.org/media/uploads/planglois/index.html";
int main()
{