Embed client working with Cell network.

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Sarah Marsh

Revision:
21:b88cdeb5b302
Parent:
13:c44e318674db
Child:
31:218ca6b6fe19
--- a/mbed_app.json	Wed Oct 05 05:15:22 2016 +0100
+++ b/mbed_app.json	Fri Oct 21 09:30:10 2016 +0100
@@ -4,6 +4,10 @@
             "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
             "value": "ETHERNET"
         },
+        "mesh_radio_type": {
+        	"help": "options are ATMEL, MCR20",
+        	"value": "ATMEL"
+        },
         "wifi-ssid": {
             "help": "WiFi SSID",
             "value": "\"SSID\""
@@ -24,9 +28,10 @@
     "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
     "target_overrides": {
         "*": {
-            "target.features_add": ["CLIENT", "COMMON_PAL"],
-            "mbed-client.reconnection-count": 3,
-            "mbed-client.reconnection-interval": 5
+            "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
         },
         "NUCLEO_F401RE": {
             "wifi-tx": "PA_11",