forked from lzmartinico/HackTheBurgh2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mbed_app_idw04a1.json
36 lines (36 loc) · 983 Bytes
/
mbed_app_idw04a1.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": {
"wifi-shield": {
"help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
"value": "WIFI_IDW0XX1"
},
"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": "D8"
},
"wifi-rx": {
"help": "RX pin for serial connection to external device",
"value": "D2"
}
},
"target_overrides": {
"*": {
"platform.stdio-convert-newlines": true,
"idw0xx1.expansion-board": "IDW04A1",
"drivers.uart-serial-txbuf-size": 750,
"drivers.uart-serial-rxbuf-size": 750
},
"UBLOX_EVK_ODIN_W2": {
"target.device_has": ["EMAC"]
}
},
"macros": ["IDW04A1_WIFI_HW_BUG_WA"]
}