diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-02-14 11:03:49 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 11:03:49 (GMT) |
| commit | 4c3803450e33e321dd2f90bdf62b9abe99f1e491 (patch) | |
| tree | 1b69be394c55dce4cbe64750dae6603bfd33b09c /src/components/ble/AlertNotificationClient.h | |
| parent | 6420885abb96735e085f3c60b123b0c671a7afb8 (diff) | |
| parent | d4c31bcbbe2f8b6d2e6c45203193745f9cb2a41b (diff) | |
Merge pull request #161 from petterhs/calls
Call functionality with changed UUID for notification event characteristic
Diffstat (limited to 'src/components/ble/AlertNotificationClient.h')
| -rw-r--r-- | src/components/ble/AlertNotificationClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/AlertNotificationClient.h b/src/components/ble/AlertNotificationClient.h index fa10456..d49205e 100644 --- a/src/components/ble/AlertNotificationClient.h +++ b/src/components/ble/AlertNotificationClient.h @@ -83,4 +83,4 @@ namespace Pinetime { bool isDescriptorFound = false; }; } -}
\ No newline at end of file +} |
