Fixed a few bugs, enabled UsefulBuf library optimizations
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user