http

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Revision:
3:cae10d420663
Parent:
2:b28641cc3ee0
--- 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()
 {