http

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Files at this revision

API Documentation at this revision

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
--- 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()
 {