mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 18:15:49 +01:00
Mi Band 5: Increase number of reminder slots to 50
This commit is contained in:
parent
f08fe7f65f
commit
410b74e1a2
@ -85,6 +85,11 @@ public class MiBand5Coordinator extends HuamiCoordinator {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getReminderSlotCount() {
|
||||
return 50; // as enforced by Zepp Life
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getWorldClocksSlotCount() {
|
||||
return 20; // as enforced by Mi Fit
|
||||
|
Loading…
Reference in New Issue
Block a user