Add the feature to changelog.

Fix max index for alarms on miband.
master
danielegobbetti 2015-12-18 20:30:09 +01:00
parent 5fb8c7bed8
commit 89ef950c62
2 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
###Changelog
####Next Version
* Read upcoming events (up to 7 days in the future). Requires READ_CALENDAR permission
* Pebble: Support replying to SMS form the watch (canned replies)
* Pebble: Allow installing apps compiled with SDK 2.x also on the basalt platform (Time, Time Steel)
* Pebble: Fix decoding strings in appmessages from the pebble (fixes sending SMS from "Dialer for Pebble")
* Miband: reserve some alarm slots for alerting when upcoming events begin. NB: the band will vibrate at the start time of the event, android reminders are ignored
* Some new and updated icons
####Version 0.6.9

View File

@ -820,7 +820,7 @@ public class MiBandSupport extends AbstractBTLEDeviceSupport {
byte[] alarmMessage = new byte[]{
MiBandService.COMMAND_SET_TIMER,
(byte)(3-iteration),
(byte)(2-iteration),
(byte) 1,
calBytes[0],
calBytes[1],