mirror of
https://github.com/google/pebble.git
synced 2025-11-14 19:43:12 -05:00
1.4 KiB
1.4 KiB
title, date
| title | date |
|---|---|
| Pebble SDK 3.9-beta7 - Changelog | 2016-01-29 |
This is a pre-release SDK, containing a preview of the new Pebble Health API.
The following release notes list only changes since 3.9-beta5
Changes to Firmware
- Fixed a crash when calling
health_service_any_activity_accessible. - Ensured that
HealthEventSignificantUpdateis called immediately when subscribing to the health service, as documented. - Fixed a failure to correctly read the ambient light sensor.
- Further watchface transition tweaks.
- Improved firmware stability.
- Improved bluetooth reliability.
Changes to SDK
HealthLightLevelwas renamed toAmbientLightLevel- Added
PBL_HEALTHandPBL_IF_HEALTH_ELSEmacros. - Added support for multiple JavaScript files! Check out the blog post for more details.