Datavenue Live Objects basic sample using liveobjects-iotsoftbox-mqtt library.

Dependencies:   MQTTPacket

mbed_app.json

Committer:
jhamel
Date:
2017-04-04
Revision:
8:82317399e4ce
Parent:
0:92f8cff1cf35

File content as of revision 8:82317399e4ce:

{
    "config": {
        "network-interface":{
            "help": "options are ETHERNET",
            "value": "ETHERNET"
        }
    },
    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_configs/liveobjects_mbedtls_custom_config.h\"", "MBED_CONF_MBED_TRACE_ENABLE=1"],
    "target_overrides": {
        "*": {
            "target.features_add": [ "COMMON_PAL" ],
             "mbed-trace.enable": 1
        }
    }
}