BLE beacon example

mbed_app.json

Committer:
mbed_official
Date:
2017-06-15
Revision:
32:f10243c96229
Parent:
3:41f6be68aefb
Child:
39:31c398bdb3bb

File content as of revision 32:f10243c96229:

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