forked from lzmartinico/HackTheBurgh2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mbed_app_esp8266.json
40 lines (40 loc) · 1007 Bytes
/
mbed_app_esp8266.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
37
38
39
40
{
"config": {
"wifi-shield": {
"help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
"value": "WIFI_ESP8266"
},
"wifi-ssid": {
"help": "WiFi SSID",
"value": "\"SSID\""
},
"wifi-password": {
"help": "WiFi Password",
"value": "\"PASSWORD\""
},
"wifi-tx": {
"help": "TX pin for serial connection to external device",
"value": "D1"
},
"wifi-rx": {
"help": "RX pin for serial connection to external device",
"value": "D0"
}
},
"target_overrides": {
"*": {
"platform.stdio-convert-newlines": true
},
"UBLOX_EVK_ODIN_W2": {
"target.device_has": ["EMAC"]
},
"NUCLEO_L476RG": {
"wifi-tx": "D8",
"wifi-rx": "D2"
},
"NUCLEO_F401RE": {
"wifi-tx": "D8",
"wifi-rx": "D2"
}
}
}