mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
1.3 KiB
1.3 KiB
title | date |
---|---|
Pebble SDK 4.1.4 - Changelog | 2016-10-05 |
This is a hotfix for SDK 4.1. No corresponding firmware exists.
Changes to Firmware
None.
Changes to SDK
- Fixed a build failure when using only tagged icons.
- Fixed a failure to validate the correct icon or published resource when using tagged resources.
(This is the same as 4.1.1, but the fixes were inadvertently reverted in 4.1.2.)
Known issues
health_service_metric_accessible
always returnsfalse
when checking the accessibility ofHealthMetricHeartRateBPM
. Instead, usehealth_service_metric_aggregate_averaged_accessible(HealthMetricHeartRateBPM, time_start, time_end, HealthAggregationAvg, HealthServiceTimeScopeOnce)