Reading and sending sensor data over BLE
Dependencies: BSP_B-L475E-IOT01
mbed_app.json@38:4bdc241ba9a6, 2017-07-26 (annotated)
- Committer:
- bcostm
- Date:
- Wed Jul 26 14:47:11 2017 +0200
- Revision:
- 38:4bdc241ba9a6
- Parent:
- 31:1a8e0f5fd8de
Add DISCO_L475VG_IOT01A in mbed_app.json
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 2:864ddfb70a9c | 1 | { |
mbed_official | 2:864ddfb70a9c | 2 | "target_overrides": { |
mbed_official | 2:864ddfb70a9c | 3 | "K64F": { |
mbed_official | 2:864ddfb70a9c | 4 | "target.features_add": ["BLE"], |
mbed_official | 31:1a8e0f5fd8de | 5 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 2:864ddfb70a9c | 6 | }, |
mbed_official | 2:864ddfb70a9c | 7 | "NUCLEO_F401RE": { |
mbed_official | 2:864ddfb70a9c | 8 | "target.features_add": ["BLE"], |
mbed_official | 2:864ddfb70a9c | 9 | "target.extra_labels_add": ["ST_BLUENRG"] |
bcostm | 38:4bdc241ba9a6 | 10 | }, |
bcostm | 38:4bdc241ba9a6 | 11 | "DISCO_L475VG_IOT01A": { |
bcostm | 38:4bdc241ba9a6 | 12 | "target.features_add": ["BLE"], |
bcostm | 38:4bdc241ba9a6 | 13 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 2:864ddfb70a9c | 14 | } |
mbed_official | 2:864ddfb70a9c | 15 | } |
mbed_official | 2:864ddfb70a9c | 16 | } |