mirror of https://github.com/ARMmbed/mbed-os.git
26 lines
754 B
JSON
26 lines
754 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"
|
|
},
|
|
"echo-server-discard-port" : {
|
|
"help" : "Discard port of echo server",
|
|
"value" : "9"
|
|
}
|
|
},
|
|
"target_overrides": {
|
|
"*": {
|
|
"target.network-default-interface-type": "WIFI",
|
|
"nsapi.default-wifi-ssid": "\"WIFI_SSID\"",
|
|
"nsapi.default-wifi-password": "\"WIFI_PASSWORD\"",
|
|
"nsapi.default-wifi-security": "WIFI_SECURITY",
|
|
"esp8266.provide-default": true
|
|
}
|
|
}
|
|
}
|