http

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Revision:
2:b28641cc3ee0
Parent:
1:d29e4c5d19bb
Child:
3:cae10d420663
--- a/main.cpp	Fri Sep 26 11:07:31 2014 +0000
+++ b/main.cpp	Fri Sep 26 11:16:03 2014 +0000
@@ -9,7 +9,7 @@
 
 char str[512];
 
-const char *url = "http://10.2.202.171/";
+const char *url = "put webpage here";
 
 int main()
 {