Andrea Corrado / Mbed OS mbed-os-demo-client-WiFi-notPUBLISHED

Fork of mbed-os-demo-client-ethernet by mbed techcon demos

Revision:
19:eff5c5aa94fd
Parent:
13:c44e318674db
Child:
22:5031d8778085
--- a/mbed_app.json	Wed Sep 21 07:30:08 2016 +0100
+++ b/mbed_app.json	Tue Sep 27 22:15:28 2016 +0000
@@ -2,7 +2,7 @@
     "config": {
         "network-interface":{
             "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
-            "value": "ETHERNET"
+            "value": "MESH_LOWPAN_ND"
         },
         "wifi-ssid": {
             "help": "WiFi SSID",
@@ -24,9 +24,13 @@
     "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
     "target_overrides": {
         "*": {
-            "target.features_add": ["CLIENT", "COMMON_PAL"],
+            "target.features_add": ["CLIENT", "COMMON_PAL", "IPV6"],
             "mbed-client.reconnection-count": 3,
-            "mbed-client.reconnection-interval": 5
+            "mbed-client.reconnection-interval": 5,
+            "mbed-mesh-api.6lowpan-nd-channel-page": 0,
+            "mbed-mesh-api.6lowpan-nd-channel": 12,
+            "mbed-mesh-api.thread-config-channel-page": 0,
+            "mbed-mesh-api.thread-config-channel": 12
         },
         "NUCLEO_F401RE": {
             "wifi-tx": "PA_11",