Peng Jing Xuan
/
mbed-os-example-wifi-DISCO_IOTBOARD_MQTT_copy
0527
mbed_app.json@10:5b5beb106156, 2017-02-07 (annotated)
- Committer:
- mbed_official
- Date:
- Tue Feb 07 10:30:06 2017 +0000
- Revision:
- 10:5b5beb106156
- Parent:
- 0:857719181846
- Child:
- 32:bca3f5f442b3
Use mbed_app.json to define wifi pins
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-wifi
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 0:857719181846 | 1 | { |
mbed_official | 0:857719181846 | 2 | "config": { |
mbed_official | 0:857719181846 | 3 | "wifi-ssid": { |
mbed_official | 0:857719181846 | 4 | "help": "WiFi SSID", |
mbed_official | 0:857719181846 | 5 | "value": "\"SSID\"" |
mbed_official | 0:857719181846 | 6 | }, |
mbed_official | 0:857719181846 | 7 | "wifi-password": { |
mbed_official | 0:857719181846 | 8 | "help": "WiFi Password", |
mbed_official | 10:5b5beb106156 | 9 | "value": "\"PASSWORD\"" |
mbed_official | 10:5b5beb106156 | 10 | }, |
mbed_official | 10:5b5beb106156 | 11 | "wifi-tx": { |
mbed_official | 10:5b5beb106156 | 12 | "help": "TX pin for serial connection to external device", |
mbed_official | 10:5b5beb106156 | 13 | "value": "D1" |
mbed_official | 10:5b5beb106156 | 14 | }, |
mbed_official | 10:5b5beb106156 | 15 | "wifi-rx": { |
mbed_official | 10:5b5beb106156 | 16 | "help": "RX pin for serial connection to external device", |
mbed_official | 10:5b5beb106156 | 17 | "value": "D0" |
mbed_official | 0:857719181846 | 18 | } |
mbed_official | 0:857719181846 | 19 | }, |
mbed_official | 0:857719181846 | 20 | "target_overrides": { |
mbed_official | 0:857719181846 | 21 | "UBLOX_EVK_ODIN_W2": { |
mbed_official | 0:857719181846 | 22 | "target.device_has": ["EMAC"] |
mbed_official | 10:5b5beb106156 | 23 | }, |
mbed_official | 10:5b5beb106156 | 24 | "NUCLEO_L476RG": { |
mbed_official | 10:5b5beb106156 | 25 | "wifi-tx": "D8", |
mbed_official | 10:5b5beb106156 | 26 | "wifi-rx": "D2" |
mbed_official | 0:857719181846 | 27 | } |
mbed_official | 0:857719181846 | 28 | } |
mbed_official | 0:857719181846 | 29 | } |