endpoint C207 radio support

Dependents:   mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular

Revision:
21:05af8f1a4303
Parent:
20:9572d860cb54
Child:
23:a12a6b3910a9
--- a/MBEDUbloxCellRadio.h	Thu Jul 03 18:35:54 2014 +0000
+++ b/MBEDUbloxCellRadio.h	Tue Jul 29 19:35:20 2014 +0000
@@ -27,9 +27,16 @@
  
  // SIM settings
  #define SIMPIN      NULL
- #define APN         "phone"
- #define USERNAME    NULL
- #define PASSWORD    NULL 
+ 
+ // UK
+ #define APN         "internet"
+ #define USERNAME    "web"
+ #define PASSWORD    "web" 
+ 
+ // US
+ //#define APN         "phone"
+ //#define USERNAME    NULL
+ //#define PASSWORD    NULL 
   
  class MBEDUbloxCellRadio : public BaseClass {
      private: