2020_09_25_mqtt
Dependencies: HTS221 VL53L0X BSP_B-L475E-IOT01 MQTT
mbed_app.json
- Committer:
- PINGTING
- Date:
- 2021-02-23
- Revision:
- 3:1da698331ec8
- Parent:
- 2:a21eb3abb874
File content as of revision 3:1da698331ec8:
{
"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": "\"Pananpi\""
},
"wifi-password": {
"help": "WiFi Password",
"value": "\"iloveyourmother\""
},
"api-key":{
"help": "REST API Key for Treasure Data",
"value": "\"WRITE API KEY\""
}
},
"target_overrides": {
"*": {
"platform.stdio-convert-newlines": true
}
}
}