update CHANGELOG.md

master
Andreas Shimokawa 2015-09-23 23:53:16 +02:00
parent 3bb673d33a
commit ab78d167d9
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
###Changelog
####Next Version
* Pebble: Detect all known Pebble Versions including new "chalk" platform (Pebble Time Round)
* Option to ignore phone calls (useful for Pebble Dialer)
####Version 0.6.0
* Pebble: WIP implementantion of PebbleKit Intents to make some 3rd party Android apps work with the Pebble (eg. Ventoo)
* Pebble: Option to set reconnection attempts in settings (one attempt usually takes about 5 seconds)

View File

@ -222,7 +222,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
// Pebble
"ev1", "ev2", "ev2_3", "ev2_4", "v1_5", "v2_0",
// Pebble Time
"snowy_evt2", "snowy_dvt", "spalding_dvt", "snowy_s3", "spalding_pvt"
"snowy_evt2", "snowy_dvt", "spalding_dvt", "snowy_s3", "spalding"
};
private static Random mRandom = new Random();