Example of C027 with connector

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Suraj Pal

Revision:
31:218ca6b6fe19
Parent:
21:b88cdeb5b302
Child:
32:7b3841243d70
--- a/mbed_app.json	Tue Nov 22 15:00:11 2016 +0000
+++ b/mbed_app.json	Wed Nov 23 13:45:10 2016 +0000
@@ -2,7 +2,7 @@
     "config": {
         "network-interface":{
             "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
-            "value": "ETHERNET"
+            "value": "WIFI"
         },
         "mesh_radio_type": {
         	"help": "options are ATMEL, MCR20",
@@ -10,11 +10,11 @@
         },
         "wifi-ssid": {
             "help": "WiFi SSID",
-            "value": "\"SSID\""
+            "value": "\"jannek at iki.fi\""
         },
         "wifi-password": {
             "help": "WiFi Password",
-            "value": "\"Password\""
+            "value": "\"123456789abcdef\""
         },
         "wifi-tx": {
             "help": "TX pin for serial connection to external device",
@@ -31,7 +31,7 @@
             "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
             "mbed-mesh-api.6lowpan-nd-channel-page": 0,
             "mbed-mesh-api.6lowpan-nd-channel": 12,
-            "mbed-trace.enable": 0
+            "mbed-trace.enable": 1
         },
         "NUCLEO_F401RE": {
             "wifi-tx": "PA_11",