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 mbed-os-example-ble-LEDBlinker by
Revision 53:520683d4f1d2, committed 2017-12-12
- Comitter:
- wijtse
- Date:
- Tue Dec 12 10:59:54 2017 +0000
- Parent:
- 52:ce5ae9dd8745
- Commit message:
- reverted to start adv on disconnect
Changed in this revision
source/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ce5ae9dd8745 -r 520683d4f1d2 source/main.cpp --- a/source/main.cpp Tue Dec 12 10:53:20 2017 +0000 +++ b/source/main.cpp Tue Dec 12 10:59:54 2017 +0000 @@ -206,7 +206,7 @@ printf("NUMBER after change %d\n\r",NUMBER); printf("counter after change %d\n\r",COUNTER); - ble.gap().startAdvertising(); + } }