Fork of BLE-GattServer-Clock by Joël Imbaud

Files at this revision

API Documentation at this revision

Comitter:
jimbaud
Date:
Tue Jan 08 14:58:56 2019 +0000
Parent:
13:21b02b0b2cb2
Commit message:
BLE GATT server clock example for F411RE with IDB05A1 based on https://os.mbed.com/docs/latest/apis/gattserver.html#gattserver-example

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Fri Dec 14 13:15:33 2018 +0000
+++ b/mbed_app.json	Tue Jan 08 14:58:56 2019 +0000
@@ -4,7 +4,7 @@
             "target.features_add": ["BLE"],
             "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
         },
-        "NUCLEO_F401RE": {
+        "NUCLEO_F411RE": {
             "target.features_add": ["BLE"],
             "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
         },