Add support for new datalog message added in pebble firmware 3.11

This adds support for storing deep sleep data.
This commit is contained in:
danielegobbetti
2016-04-06 21:48:16 +02:00
parent 51def0d497
commit d2af3468f0
4 changed files with 93 additions and 10 deletions
+3
View File
@@ -1,5 +1,8 @@
###Changelog
####Version (next)
* Pebble: support pebble health datalog messages of firmware 3.11 (this adds the support for deep sleep!)
####Version 0.9.3
* Pebble: Fix Pebble Health activation (was not available in the App Manager)
* Simplify connection state display (only connecting->connected)