All sensors sending to server via http

Dependencies:   C12832 CCS811 MMA7660 Sht31 TSL2561 mbed-http vl53l0x_api

Fork of HTTP-Python-Demo by Cambridge Hackathon

mbed_app.json

Committer:
lwc24
Date:
2017-11-25
Revision:
3:409108394e75
Parent:
0:c5b042cf8162

File content as of revision 3:409108394e75:

{
    "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"]
        }
    }
}