mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-17 12:56:48 +01:00
update CHANGELOG.md
This commit is contained in:
parent
3bb673d33a
commit
ab78d167d9
@ -1,5 +1,9 @@
|
|||||||
###Changelog
|
###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
|
####Version 0.6.0
|
||||||
* Pebble: WIP implementantion of PebbleKit Intents to make some 3rd party Android apps work with the Pebble (eg. Ventoo)
|
* 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)
|
* Pebble: Option to set reconnection attempts in settings (one attempt usually takes about 5 seconds)
|
||||||
|
@ -222,7 +222,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
|
|||||||
// Pebble
|
// Pebble
|
||||||
"ev1", "ev2", "ev2_3", "ev2_4", "v1_5", "v2_0",
|
"ev1", "ev2", "ev2_3", "ev2_4", "v1_5", "v2_0",
|
||||||
// Pebble Time
|
// 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();
|
private static Random mRandom = new Random();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user