diff options
| author | Adam Pigg <adam@piggz.co.uk> | 2020-07-11 21:37:28 +0100 |
|---|---|---|
| committer | Adam Pigg <adam@piggz.co.uk> | 2020-07-11 21:37:28 +0100 |
| commit | 7a1e6e6e5bf187846bd533f04ee58e04798f0035 (patch) | |
| tree | 8267d0cd4280abf5a4fca6ffd0a9bc06a3f75411 /src/Components/Ble/NimbleController.cpp | |
| parent | 0bcaf9c22d6183ba8072e10abb9da7aea578b8db (diff) | |
Add start of music appliction
Diffstat (limited to 'src/Components/Ble/NimbleController.cpp')
| -rw-r--r-- | src/Components/Ble/NimbleController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/Ble/NimbleController.cpp b/src/Components/Ble/NimbleController.cpp index 561dbce4..53458676 100644 --- a/src/Components/Ble/NimbleController.cpp +++ b/src/Components/Ble/NimbleController.cpp @@ -80,6 +80,7 @@ void NimbleController::Init() { deviceInformationService.Init(); currentTimeClient.Init(); currentTimeService.Init(); + musicService.Init(); anService.Init(); |
