mbed-os/tools/test_configs/CC3220SFInterface.json

23 lines
712 B
JSON

{
"config": {
"echo-server-addr" : {
"help" : "IP address of echo server",
"value" : "\"echo.mbedcloudtesting.com\""
},
"echo-server-port" : {
"help" : "Port of echo server",
"value" : "7"
}
},
"target_overrides": {
"*": {
"target.features_add" : ["STORAGE"],
"target.components_add" : ["SD"],
"target.network-default-interface-type": "WIFI",
"nsapi.default-wifi-security" : "WPA_WPA2",
"nsapi.default-wifi-ssid" : "\"SSID\"",
"nsapi.default-wifi-password" : "\"PASSWORD\""
}
}
}