Tested and connected with nRF Control panel in android device

Committer:
mbed_official
Date:
Thu Sep 19 18:01:32 2019 +0100
Revision:
81:921892507e54
Parent:
80:dfa5a944cfcb
Merge pull request #249 from apalmieriGH/master

Update readme for BLE_HeartRate and BLE_Thermometer
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 2:cc8349878a7d 1 {
mbed_official 2:cc8349878a7d 2 "target_overrides": {
mbed_official 2:cc8349878a7d 3 "K64F": {
mbed_official 2:cc8349878a7d 4 "target.features_add": ["BLE"],
mbed_official 68:aa2707c9668f 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:cc8349878a7d 6 },
mbed_official 2:cc8349878a7d 7 "NUCLEO_F401RE": {
mbed_official 2:cc8349878a7d 8 "target.features_add": ["BLE"],
mbed_official 68:aa2707c9668f 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 38:449ef9831076 10 },
mbed_official 38:449ef9831076 11 "DISCO_L475VG_IOT01A": {
mbed_official 38:449ef9831076 12 "target.features_add": ["BLE"],
mbed_official 68:aa2707c9668f 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 74:b082fa6d75eb 14 },
mbed_official 74:b082fa6d75eb 15 "NRF52840_DK": {
mbed_official 80:dfa5a944cfcb 16 "target.features_add": ["BLE"]
mbed_official 74:b082fa6d75eb 17 },
mbed_official 74:b082fa6d75eb 18 "NRF52_DK": {
mbed_official 80:dfa5a944cfcb 19 "target.features_add": ["BLE"]
mbed_official 2:cc8349878a7d 20 }
mbed_official 2:cc8349878a7d 21 }
mbed_official 2:cc8349878a7d 22 }