Initial Weather service skeleton

This commit is contained in:
Avamander
2021-06-10 00:44:49 +03:00
parent 6ba2878605
commit bda96dc595
8 changed files with 992 additions and 0 deletions

View File

@@ -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;