Mi Band 2: set goal notification also in phase2Initialize()

master
cpfeiffer 2017-07-15 21:15:42 +02:00
parent ceb82f3474
commit 01d3a3a7be
1 changed files with 1 additions and 0 deletions

View File

@ -1210,6 +1210,7 @@ public class MiBand2Support extends AbstractBTLEDeviceSupport {
setDisplayItems(builder);
setRotateWristToSwitchInfo(builder);
setActivateDisplayOnLiftWrist(builder);
setGoalNotification(builder);
setHeartrateSleepSupport(builder);
}
}