Modify the BLE LED Control so that it toggles the LED on the other board only if you keep the button pressed

mbed_app.json

Committer:
vicara
Date:
2018-11-29
Revision:
0:8c76e25a3cff

File content as of revision 0:8c76e25a3cff:

{
    "target_overrides": {
        "K64F": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
        },
        "NUCLEO_F401RE": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
        },
        "DISCO_L475VG_IOT01A": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
        }
    }
}