Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE-GattServer-Clock by
Revision 14:c349f04fdc0e, committed 2019-01-08
- 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 |
diff -r 21b02b0b2cb2 -r c349f04fdc0e mbed_app.json --- 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"] },