mqtt_lora_thingsboard

Dependencies:   HTS221 VL53L0X BSP_B-L475E-IOT01 MQTT

mbed_app.json

Committer:
cornetlin
Date:
2020-01-04
Revision:
3:a21eb3abb874
Parent:
1:5a9fdc848911

File content as of revision 3:a21eb3abb874:

{
    "macros": [ "MBED_ALL_STATS_ENABLED"],
    "config": {
        "wifi-shield": {
            "help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
            "value": "WIFI_ISM43362"
        },
         "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"note9\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"12345678\""
        },
        "api-key":{
            "help":  "REST API Key for Treasure Data",
            "value": "\"WRITE API KEY\""
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        }
    }
}