1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 02:44:04 +02:00

makibes hr3.

corrected alarm slot count.
This commit is contained in:
Cre3per 2019-10-06 15:47:53 +02:00 committed by Andreas Shimokawa
parent 40696cb3e6
commit c0a6566410

View File

@ -148,8 +148,7 @@ public class MakibesHR3Coordinator extends AbstractDeviceCoordinator {
@Override @Override
public int getAlarmSlotCount() { public int getAlarmSlotCount() {
// TODO: return 8;
return 5;
} }
@Override @Override