fix: vibration duty cycle from 50 to 25

This commit is contained in:
thiswillbeyourgithub 2022-05-08 13:55:26 +02:00
parent e0dde35c1b
commit 96ab17075d
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ on.".format(h, m, _BATTERY_THRESHOLD)})
wasp.system.switch(self)
if self._page == _RINGING:
wasp.system.keep_awake()
wasp.watch.vibrator.pulse(duty=50, ms=500)
wasp.watch.vibrator.pulse(duty=25, ms=500)
elif self._track_HR_once:
wasp.watch.hrs.enable()
if self._hrdata is None: