pomera + FlashAir + ODIN-W2 + AS289R2 demo

Fork of mbed-os-example-wifi-ThingSpeak by Hiroaki Okoshi

mbed_app.json

Committer:
Okoshi
Date:
2016-12-22
Revision:
10:0db5d718029c
Parent:
8:72d49a084297
Child:
11:bad115ba016c

File content as of revision 10:0db5d718029c:

{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"Password\""
        },
        "thingspeak_key": {
            "help": "Thing Speak Key",
            "value": "\"XXXXXXXXXXXXXXX\""
        }  
    },
    "target_overrides": {
        "UBLOX_EVK_ODIN_W2": {
            "target.device_has": ["EMAC"]
        }
    }
}