InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.71k stars 926 forks source link

Timer timeout alarm is easily missed #399

Closed km6thj closed 3 years ago

km6thj commented 3 years ago

The timer timeout is signaled with a single short vibration on my watch with Infinitime 1.1.0. I noticed that I easily miss this notification. I propose to have a longer and, if possible, more pronounced alarm. One option that I would see is to have the user actively stop the alarm by e.g. pressing the button, and to stop the alarm automatically after a longer time period such as one minute. Is that doable on the PineTime?

km6thj commented 3 years ago

Oops I think this is a dupe of #391

km6thj commented 3 years ago

Sorry