summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.h
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-06-10 00:44:49 +0300
committerAvamander <avamander@gmail.com>2021-12-04 22:03:40 +0200
commitbda96dc595aecb56739cc02de7e7d2d825927b7f (patch)
tree152bc21ba805fedb05f73db17311f4a6c2877443 /src/components/ble/NimbleController.h
parent6ba28786055e0538cf0b7631cd33b36f02d46deb (diff)
Initial Weather service skeleton
Diffstat (limited to 'src/components/ble/NimbleController.h')
-rw-r--r--src/components/ble/NimbleController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h
index 895b87f2..a21cbe81 100644
--- a/src/components/ble/NimbleController.h
+++ b/src/components/ble/NimbleController.h
@@ -20,6 +20,7 @@
#include "components/ble/ServiceDiscovery.h"
#include "components/ble/HeartRateService.h"
#include "components/ble/MotionService.h"
+#include "components/ble/weather/WeatherService.h"
namespace Pinetime {
namespace Drivers {
@@ -93,6 +94,7 @@ namespace Pinetime {
AlertNotificationClient alertNotificationClient;
CurrentTimeService currentTimeService;
MusicService musicService;
+ WeatherService weatherService;
NavigationService navService;
BatteryInformationService batteryInformationService;
ImmediateAlertService immediateAlertService;