Merge branch piggz/nav into develop:
- fix conflict - add a icon for the navigation app.
This commit is contained in:
parent
a0f2fa8469
commit
522a1eb0be
280 changed files with 10934 additions and 384 deletions
|
|
@ -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({¤tTimeClient, &alertNotificationClient}),
|
||||
|
|
@ -56,6 +57,7 @@ void NimbleController::Init() {
|
|||
currentTimeClient.Init();
|
||||
currentTimeService.Init();
|
||||
musicService.Init();
|
||||
navService.Init();
|
||||
anService.Init();
|
||||
dfuService.Init();
|
||||
batteryInformationService.Init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue