test

Dependencies:   C027 HTTPClient UbloxUSBModem mbed

Fork of C027_HTTPClientTest by u-blox

Revision:
3:d104a904eeed
Parent:
2:d1a092234f72
Child:
4:47a1a2527e25
--- a/main.cpp	Fri Aug 17 15:56:22 2012 +0000
+++ b/main.cpp	Wed Aug 29 11:50:50 2012 +0000
@@ -8,7 +8,8 @@
     HTTPClient http;
     char str[512];
     
-    int ret = modem.connect("pp.vodafone.co.uk");
+    //int ret = modem.connect("pp.vodafone.co.uk");
+    int ret = modem.connect("SMART");
     if(ret)
     {
       printf("Could not connect\n");