test

Dependencies:   C027 HTTPClient UbloxUSBModem mbed

Fork of C027_HTTPClientTest by u-blox

Revision:
15:9350ec2ec1cd
Parent:
14:88552ae75244
Child:
16:b2b75c8a01fa
--- a/main.cpp	Mon Mar 03 07:49:48 2014 +0000
+++ b/main.cpp	Mon Mar 03 07:57:11 2014 +0000
@@ -6,8 +6,6 @@
 
 C027 c027;
 
-#define MODEM_APN "gprs.swisscom.ch"
-
 #ifndef MODEM_APN
 #warning APN not specified, using "internet"
 #define MODEM_APN "internet"
@@ -25,7 +23,7 @@
 
 void test(void const*)
 {
-#if 1
+#if 1 // Switch this to select between the Serial and USB interface
     // Serial is supported by LISA-C, LISA-U and SARA-G
     c027.mdmPower(true);
     wait_ms(5000);