Eugene Mwangi
/
mbed-os-example-ble-LED5
3rd revision of my mbedOs ble weight program
Diff: mbed_app.json
- Revision:
- 68:462ee502bc56
- Parent:
- 38:f36c230b1b28
- Child:
- 74:51fde11a771f
--- a/mbed_app.json Wed Aug 29 14:45:36 2018 +0100 +++ b/mbed_app.json Tue Sep 04 14:30:35 2018 +0100 @@ -2,15 +2,15 @@ "target_overrides": { "K64F": { "target.features_add": ["BLE"], - "target.extra_labels_add": ["ST_BLUENRG"] + "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] }, "NUCLEO_F401RE": { "target.features_add": ["BLE"], - "target.extra_labels_add": ["ST_BLUENRG"] + "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] }, "DISCO_L475VG_IOT01A": { "target.features_add": ["BLE"], - "target.extra_labels_add": ["ST_BLUENRG"] + "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] } } }