BLE EddystoneService 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-EddystoneService/

Please read the documentation in this page.

mbed_app.json

Committer:
mbed_official
Date:
2017-06-15
Revision:
34:1fe7a0e7c120
Parent:
3:5120491ba317
Child:
41:97bbb1eb43d7

File content as of revision 34:1fe7a0e7c120:

{
    "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"]
        }
    }
}