receive message via BLE and send data to treasure data via postback API using wifi
Dependencies: BSP_B-L475E-IOT01
mbed_app.json
- Committer:
- JunkoNakajima
- Date:
- 2018-11-27
- Revision:
- 39:8990b0ce7233
- Parent:
- 38:4bdc241ba9a6
File content as of revision 39:8990b0ce7233:
{ "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": "\"SSID\"" }, "wifi-password": { "help": "WiFi Password", "value": "\"PASSWORD\"" }, "api-key":{ "help": "REST API Key for Treasure Data", "value": "\"WRITE API KEY\"" }, "thread-stack-size": { "value": 2000 } }, "target_overrides": { "DISCO_L475VG_IOT01A": { "target.features_add": ["BLE"], "target.extra_labels_add": ["ST_BLUENRG"] }, "*": { "platform.stdio-convert-newlines": true } } }