BLE beacon example for F411RE with IDB05A1 based on https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon/

Fork of BLE-Beacon by Joël Imbaud

Revision:
39:31c398bdb3bb
Parent:
32:f10243c96229
Child:
70:5575d1bee775
--- a/mbed_app.json	Wed Jul 19 18:15:10 2017 +0100
+++ b/mbed_app.json	Fri Jul 28 10:45:10 2017 +0100
@@ -7,6 +7,10 @@
         "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"]
         }
     }
 }