NuMaker WiFi TCP Example

mbed_app.json

Committer:
cyliang
Date:
2016-09-29
Revision:
0:2198c8de64fe
Child:
13:be6ec74c5987

File content as of revision 0:2198c8de64fe:

{
    "config": {
        "trace": true,
        "network-interface":{
            "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
            "value": "WIFI"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"ZZZNET\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"12345678168\""
        }
    },
    "target_overrides": {
        "*": {
            "target.features_add": ["COMMON_PAL"]
        }
    }
}