receive message via BLE and send data to treasure data via postback API using wifi
Dependencies: BSP_B-L475E-IOT01
Diff: mbed_app.json
- Revision:
- 39:8990b0ce7233
- Parent:
- 38:4bdc241ba9a6
--- a/mbed_app.json Wed Jul 26 14:47:11 2017 +0200 +++ b/mbed_app.json Tue Nov 27 06:35:39 2018 +0000 @@ -1,16 +1,34 @@ { + "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": { - "K64F": { - "target.features_add": ["BLE"], - "target.extra_labels_add": ["ST_BLUENRG"] - }, - "NUCLEO_F401RE": { - "target.features_add": ["BLE"], - "target.extra_labels_add": ["ST_BLUENRG"] - }, "DISCO_L475VG_IOT01A": { "target.features_add": ["BLE"], "target.extra_labels_add": ["ST_BLUENRG"] - } + }, + "*": { + "platform.stdio-convert-newlines": true + } } } +