forked from khj098765/mbed-os-example-tcp-ping-pong
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmbed_app.json
36 lines (35 loc) · 955 Bytes
/
mbed_app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"config": {
"network-interface":{
"help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, MESH_LOWPAN_ND, MESH_THREAD, ETHERNET_WIZNET",
"value": "ETHERNET_WIZNET"
},
"esp8266-tx": {
"help": "Pin used as TX (connects to ESP8266 RX)",
"value": "D1"
},
"esp8266-rx": {
"help": "Pin used as RX (connects to ESP8266 TX)",
"value": "D0"
},
"esp8266-debug": {
"value": true
},
"wifi-ssid": {
"value": "\"AndroidAPLS\""
},
"wifi-password": {
"value": "\"Leasar22\""
},
"mesh_radio_type": {
"help": "options are ATMEL, MCR20",
"value": "ATMEL"
}
},
"target_overrides": {
"*": {
"platform.stdio-baud-rate": 115200,
"platform.stdio-convert-newlines": true
}
}
}