Basic message sending over an ad hoc ble network

Fork of mbed-os-example-ble-LEDBlinker by mbed-os-examples

Revision:
50:7dcc6a0d9c95
Parent:
39:dd468c8a4277
--- a/mbed_app.json	Tue Dec 05 15:30:30 2017 +0000
+++ b/mbed_app.json	Tue Dec 12 10:22:18 2017 +0000
@@ -1,16 +1,7 @@
 {
     "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"]
+        "NRF52_DK": {
+            "target.uart_hwfc": 0
         }
     }
 }