![](/media/cache/group/ST_logo_2020_blue_V_cmyk.jpg.50x50_q85.jpg)
BLE Beacon example
This example is a fork of the following mbed-os example:
https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon/
Please read the documentation in this page.
Revision 39:f5e6ffd728d7, committed 2017-07-28
- Comitter:
- bcostm
- Date:
- Fri Jul 28 09:35:58 2017 +0200
- Parent:
- 38:6c79667926db
- Commit message:
- Add DISCO_L475VG_IOT01A in mbed_app.json
Changed in this revision
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6c79667926db -r f5e6ffd728d7 mbed_app.json --- a/mbed_app.json Wed Jul 19 18:15:10 2017 +0100 +++ b/mbed_app.json Fri Jul 28 09:35:58 2017 +0200 @@ -7,6 +7,10 @@ "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"] } } }