2017-11-03 13:54:22 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"echo-server": {
|
|
|
|
"help": "Build test to be echo server",
|
|
|
|
"value": 0
|
|
|
|
},
|
2018-05-09 07:19:52 +00:00
|
|
|
"echo-server-trace": {
|
|
|
|
"help": "Trace incoming messages on echo server",
|
|
|
|
"value": 0
|
2018-05-18 09:57:51 +00:00
|
|
|
},
|
2017-11-03 13:54:22 +00:00
|
|
|
"wifi-scan": {
|
|
|
|
"help": "Scan and list access points",
|
|
|
|
"value": 0
|
|
|
|
}
|
2018-02-16 11:26:45 +00:00
|
|
|
},
|
|
|
|
"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-02-16 11:26:45 +00:00
|
|
|
"nsapi.default-stack": "TEST"
|
|
|
|
}
|
2017-11-03 13:54:22 +00:00
|
|
|
}
|
|
|
|
}
|