mirror of https://github.com/ARMmbed/mbed-os.git
33 lines
796 B
Plaintext
33 lines
796 B
Plaintext
|
{
|
||
|
"config": {
|
||
|
"test-ethernet": {
|
||
|
"help": "Enable ethernet testing",
|
||
|
"value": 0
|
||
|
},
|
||
|
"test-wifi": {
|
||
|
"help": "Enable wifi testing",
|
||
|
"value": 1
|
||
|
},
|
||
|
"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\""
|
||
|
}
|
||
|
}
|
||
|
}
|