2017-11-03 13:54:22 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"test-ethernet": {
|
|
|
|
"help": "Enable ethernet testing",
|
2018-02-16 11:26:45 +00:00
|
|
|
"value": 1
|
2017-11-03 13:54:22 +00:00
|
|
|
},
|
|
|
|
"test-wifi": {
|
|
|
|
"help": "Enable wifi testing",
|
2018-02-16 11:26:45 +00:00
|
|
|
"value": 0
|
2017-11-03 13:54:22 +00:00
|
|
|
},
|
|
|
|
"echo-server": {
|
|
|
|
"help": "Build test to be echo server",
|
|
|
|
"value": 0
|
|
|
|
},
|
|
|
|
"wifi-scan": {
|
|
|
|
"help": "Scan and list access points",
|
|
|
|
"value": 0
|
|
|
|
},
|
|
|
|
"wifi-ssid": {
|
|
|
|
"help": "WiFi SSID for network",
|
|
|
|
"value": "\"SSID\""
|
|
|
|
},
|
|
|
|
"wifi-security": {
|
|
|
|
"help": "WiFi Security",
|
|
|
|
"value": "NSAPI_SECURITY_WPA_WPA2"
|
|
|
|
},
|
|
|
|
"wifi-password": {
|
|
|
|
"help": "WiFi Password",
|
|
|
|
"value": "\"PASSWORD\""
|
|
|
|
}
|
2018-02-16 11:26:45 +00:00
|
|
|
},
|
|
|
|
"target_overrides": {
|
|
|
|
"*": {
|
|
|
|
"nsapi.default-stack": "TEST"
|
|
|
|
}
|
2017-11-03 13:54:22 +00:00
|
|
|
}
|
|
|
|
}
|