mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-26 02:25:50 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getReminderSlotCount() {
|
||||||
|
return 50; // as enforced by Zepp Life
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getWorldClocksSlotCount() {
|
public int getWorldClocksSlotCount() {
|
||||||
return 20; // as enforced by Mi Fit
|
return 20; // as enforced by Mi Fit
|
||||||
|
Loading…
Reference in New Issue
Block a user