diff options
| author | Avamander <avamander@gmail.com> | 2021-06-20 18:37:53 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2021-12-04 20:03:40 (GMT) |
| commit | 4b2dcbb4f053a89faab50c03083c71fabf9f288a (patch) | |
| tree | 6fc3aba5c8c2c3fbe5cf893479d30d748814ca1c /src/components/ble/NimbleController.h | |
| parent | 4349657f799bed04538d95c8d54653586100e82e (diff) | |
Fixed a few bugs, enabled UsefulBuf library optimizations
Diffstat (limited to 'src/components/ble/NimbleController.h')
| -rw-r--r-- | src/components/ble/NimbleController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h index a21cbe8..34f00e4 100644 --- a/src/components/ble/NimbleController.h +++ b/src/components/ble/NimbleController.h @@ -71,6 +71,9 @@ namespace Pinetime { Pinetime::Controllers::AlertNotificationService& alertService() { return anService; }; + Pinetime::Controllers::WeatherService& weather() { + return weatherService; + }; uint16_t connHandle(); void NotifyBatteryLevel(uint8_t level); |
