mbed mqtt

Dependencies:   TextLCD MQTT IAP

mbed_app.json

Committer:
ncshy
Date:
2018-11-29
Revision:
2:562744909841
Parent:
1:91e33a7fe0b5

File content as of revision 2:562744909841:

{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"Aspire-E5-573G\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"03fee30fde\""
        }
    },
    "target_overrides": {
        "*": {
            "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
            "platform.stdio-convert-newlines": true,
            "mbed-trace.enable": 0
        }
    }
}