pomera + FlashAir + ODIN-W2 + AS289R2 demo
Fork of mbed-os-example-wifi-ThingSpeak by
mbed_app.json@10:0db5d718029c, 2016-12-22 (annotated)
- Committer:
- Okoshi
- Date:
- Thu Dec 22 10:24:22 2016 +0000
- Revision:
- 10:0db5d718029c
- Parent:
- 8:72d49a084297
- Child:
- 11:bad115ba016c
I tried ThinkSpeak functionality to the WiFi sample program.
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", |
Okoshi | 10:0db5d718029c | 5 | "value": "\"SSID\"" |
mbed_official | 0:857719181846 | 6 | }, |
mbed_official | 0:857719181846 | 7 | "wifi-password": { |
mbed_official | 0:857719181846 | 8 | "help": "WiFi Password", |
Okoshi | 10:0db5d718029c | 9 | "value": "\"Password\"" |
Okoshi | 8:72d49a084297 | 10 | }, |
Okoshi | 8:72d49a084297 | 11 | "thingspeak_key": { |
Okoshi | 8:72d49a084297 | 12 | "help": "Thing Speak Key", |
Okoshi | 10:0db5d718029c | 13 | "value": "\"XXXXXXXXXXXXXXX\"" |
Okoshi | 8:72d49a084297 | 14 | } |
mbed_official | 0:857719181846 | 15 | }, |
mbed_official | 0:857719181846 | 16 | "target_overrides": { |
mbed_official | 0:857719181846 | 17 | "UBLOX_EVK_ODIN_W2": { |
mbed_official | 0:857719181846 | 18 | "target.device_has": ["EMAC"] |
mbed_official | 0:857719181846 | 19 | } |
mbed_official | 0:857719181846 | 20 | } |
Okoshi | 8:72d49a084297 | 21 | } |