n/a

Dependencies:   C12832 mbed-http

Fork of HTTP-Python-Demo by Cambridge Hackathon

mbed_app.json

Committer:
BKasza
Date:
2017-11-26
Revision:
3:8135a6313648
Parent:
0:c5b042cf8162

File content as of revision 3:8135a6313648:

{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"ht\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"mb3dcl0ud\""
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        },
        "UBLOX_EVK_ODIN_W2": {
            "target.device_has": ["EMAC"]
        }
    }
}