NuMaker WiFi TCP Example

mbed_app.json

Committer:
cyliang
Date:
2018-03-12
Revision:
13:be6ec74c5987
Parent:
0:2198c8de64fe
Child:
15:32a6a29ffcb3

File content as of revision 13:be6ec74c5987:

{
    "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"],
	    "drivers.uart-serial-rxbuf-size": 1024
        }
    }
}