Dependencies: mbed BLE_API nRF51822
Revision 1:950af3c28eef, committed 2019-09-17
- Comitter:
- mesoln
- Date:
- Tue Sep 17 15:58:36 2019 +0000
- Parent:
- 0:e6839efb5545
- Commit message:
- ble_button_name
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 17 15:49:42 2019 +0000 +++ b/main.cpp Tue Sep 17 15:58:36 2019 +0000 @@ -21,7 +21,7 @@ DigitalOut led1(LED1); InterruptIn button(BUTTON1); -const static char DEVICE_NAME[] = "Button"; +const static char DEVICE_NAME[] = "Button1"; static const uint16_t uuid16_list[] = {ButtonService::BUTTON_SERVICE_UUID}; enum {