Just testing things, based off of http-example-wnc

Dependencies:   easy-connect mbed-http

Fork of http-example-wnc by Avnet

Revision:
15:e96b74243a80
Parent:
5:42f713b19337
Child:
18:2a891e583ec4
--- a/mbed_app.json	Thu Mar 30 15:15:47 2017 +0200
+++ b/mbed_app.json	Wed Apr 19 01:05:49 2017 +0000
@@ -1,8 +1,8 @@
 {
     "config": {
         "network-interface": {
-            "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD",
-            "value": "ETHERNET"
+            "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD,WNC14A2A",
+            "value": "WNC14A2A"
         },
         "mesh_radio_type": {
         	"help": "options are ATMEL, MCR20",
@@ -22,6 +22,12 @@
         "wifi-ssid": {
             "value": "\"SSID\""
         },
+        "WNC_DEBUG": {
+            "value": false
+        },
+        "WNC_DEBUG_SETTING": {
+            "value": 0
+        },
         "wifi-password": {
             "value": "\"Password\""
         }