mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Add the feature to changelog.
Fix max index for alarms on miband.
This commit is contained in:
parent
5fb8c7bed8
commit
89ef950c62
@ -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
|
||||
|
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user