2018-05-09 07:19:52 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"echo-server": {
|
|
|
|
"help": "Build test to be echo server",
|
|
|
|
"value": 1
|
|
|
|
},
|
|
|
|
"echo-server-trace": {
|
|
|
|
"help": "Trace incoming messages on echo server",
|
|
|
|
"value": 0
|
|
|
|
},
|
|
|
|
"wifi-scan": {
|
|
|
|
"help": "Scan and list access points",
|
|
|
|
"value": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"target_overrides": {
|
|
|
|
"*": {
|
2018-08-16 07:05:21 +00:00
|
|
|
"nsapi.default-wifi-ssid": "\"WIFI_SSID\"",
|
|
|
|
"nsapi.default-wifi-password": "\"WIFI_PASSWORD\"",
|
|
|
|
"nsapi.default-wifi-security": "WIFI_SECURITY",
|
2018-05-09 07:19:52 +00:00
|
|
|
"nsapi.default-stack": "TEST"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|