Tested and connected with nRF Control panel in android device

mbed_app.json

Committer:
mbed_official
Date:
2017-07-28
Revision:
38:449ef9831076
Parent:
31:8bed94c61fcb
Child:
68:aa2707c9668f

File content as of revision 38:449ef9831076:

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