vvv

Dependencies:   C027_Support C027_SupportTest SDFileSystem mbed

Fork of C027_SupportTest by u-blox

Revision:
30:f5626c13289f
Parent:
29:16f1037626e3
--- a/main.cpp	Wed Nov 18 16:07:01 2015 +0000
+++ b/main.cpp	Tue Jan 26 09:03:16 2016 +0000
@@ -20,18 +20,18 @@
 // These parameters are ignored for LISA-C200 variants and can be left NULL.
 //------------------------------------------------------------------------------------
 //! Set your secret SIM pin here (e.g. "1234"). Check your SIM manual.
-#define SIMPIN      NULL
+#define SIMPIN      "08965247"
 /*! The APN of your network operator SIM, sometimes it is "internet" check your 
     contract with the network operator. You can also try to look-up your settings in 
     google: https://www.google.de/search?q=APN+list */
-#define APN         NULL
+#define APN         "orange.fr"
 //! Set the user name for your APN, or NULL if not needed
-#define USERNAME    NULL
+#define USERNAME    "orange"
 //! Set the password for your APN, or NULL if not needed
-#define PASSWORD    NULL 
+#define PASSWORD    "orange" 
 //------------------------------------------------------------------------------------
 
-//#define CELLOCATE
+#define CELLOCATE
 
 int main(void)
 {