mirror of https://github.com/ARMmbed/mbed-os.git
18 lines
373 B
JSON
18 lines
373 B
JSON
|
{
|
||
|
"config": {
|
||
|
"echo-server-addr" : {
|
||
|
"help" : "IP address of echo server",
|
||
|
"value" : null
|
||
|
},
|
||
|
"echo-server-port" : {
|
||
|
"help" : "Port of echo server",
|
||
|
"value" : null
|
||
|
}
|
||
|
},
|
||
|
"target_overrides": {
|
||
|
"*": {
|
||
|
"target.network-default-interface-type": null
|
||
|
}
|
||
|
}
|
||
|
}
|