HTTPClient test for IoT Workshop

Dependencies:   UbloxUSBModem mbed

Fork of UbloxModemHTTPClientTest by mbed official

Revision:
4:63be88fa16e9
Parent:
3:03b3ef627772
Child:
5:dcad6eda763e
--- a/main.cpp	Tue Oct 22 10:30:28 2013 +0100
+++ b/main.cpp	Thu Oct 31 03:29:31 2013 +0000
@@ -2,6 +2,9 @@
 #include "UbloxUSBCDMAModem.h"
 #include "httptest.h"
 
+#define MODEM_UBLOX_CDMA
+//#define MODEM_UBLOX_GSM
+
 #if !defined(MODEM_UBLOX_GSM) && !defined(MODEM_UBLOX_CDMA)
 #warning No modem defined, using GSM by default
 #define MODEM_UBLOX_GSM