summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-01-20 21:34:21 +0100
committerJean-François Milants <jf@codingfield.com>2021-01-20 21:34:21 +0100
commit6d8513938764fe1f9818d562bf1a45498aa87a30 (patch)
tree419bfe41495e6a2e56334db41990ba2fb6d33f16 /src/components/ble/NimbleController.cpp
parenta0f2fa8469f3a2c0f5f2f914ad174029da321cc0 (diff)
parent522a1eb0beaabb607b1f123993ec2f09be8a775b (diff)
Merge branch 'piggz-nav' into develop
Diffstat (limited to 'src/components/ble/NimbleController.cpp')
-rw-r--r--src/components/ble/NimbleController.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/ble/NimbleController.cpp b/src/components/ble/NimbleController.cpp
index 608e230e..f2786ea1 100644
--- a/src/components/ble/NimbleController.cpp
+++ b/src/components/ble/NimbleController.cpp
@@ -35,6 +35,7 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
alertNotificationClient{systemTask, notificationManager},
currentTimeService{dateTimeController},
musicService{systemTask},
+ navService{systemTask},
batteryInformationService{batteryController},
immediateAlertService{systemTask, notificationManager},
serviceDiscovery({&currentTimeClient, &alertNotificationClient}),
@@ -56,6 +57,7 @@ void NimbleController::Init() {
currentTimeClient.Init();
currentTimeService.Init();
musicService.Init();
+ navService.Init();
anService.Init();
dfuService.Init();
batteryInformationService.Init();