http client example

Dependencies:   C027_Support HTTPClient mbed

Fork of HTTPClient_HelloWorld by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Thu Jul 03 17:05:30 2014 +0000
Parent:
9:cd98ff458412
Child:
11:101705d43c92
Commit message:
Update dependency

Changed in this revision

C027_Support.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/C027_Support.lib	Fri Jun 13 06:40:28 2014 +0000
+++ b/C027_Support.lib	Thu Jul 03 17:05:30 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/ublox/code/C027_Support/#d697fe11f3e5
+http://mbed.org/teams/ublox/code/C027_Support/#edfeb8af206e
--- a/main.cpp	Fri Jun 13 06:40:28 2014 +0000
+++ b/main.cpp	Thu Jul 03 17:05:30 2014 +0000
@@ -24,7 +24,7 @@
 {
     // turn on the supplies of the Modem
     MDMSerial mdm;
-    //mdm.setDebug(4); // enable this for debugging issues 
+    mdm.setDebug(4); // enable this for debugging issues 
     if (!mdm.connect(SIMPIN, APN,USERNAME,PASSWORD))
         return -1;
     HTTPClient http;
--- a/mbed.bld	Fri Jun 13 06:40:28 2014 +0000
+++ b/mbed.bld	Thu Jul 03 17:05:30 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/024bf7f99721
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/04dd9b1680ae
\ No newline at end of file