Check the timer isn't expired (ringing) before resetting the mask - #3
Open
JustScott wants to merge 3 commits into
Open
Check the timer isn't expired (ringing) before resetting the mask#3JustScott wants to merge 3 commits into
JustScott wants to merge 3 commits into
Conversation
The timer app issues a short buzz once and then disappears. There is no trace left that the timer finished or how long ago. This change makes the motor start ringing and presents a timer counter. The timer stops buzzing after 10 seconds, and finally resets after 1 minute.
This prevents the motorController from buzzing infinitely while the watch is sleeping.
Author
|
Seeing as you have experience reviewing pull requests, should I have just commented with the suggested code change in the original PR , or is opening a PR on the user's fork like this better? I'm new to reviewing/collaborating on PRs like this :). |
vkareh
force-pushed
the
timer-ringing
branch
from
February 28, 2025 14:38
44389c6 to
684acc3
Compare
vkareh
force-pushed
the
timer-ringing
branch
2 times, most recently
from
May 30, 2025 16:31
54d0f5d to
4352f03
Compare
vkareh
force-pushed
the
timer-ringing
branch
2 times, most recently
from
June 19, 2025 17:50
11fd07e to
ec4838b
Compare
vkareh
force-pushed
the
timer-ringing
branch
2 times, most recently
from
November 7, 2025 20:42
8ad9ed8 to
7002f68
Compare
vkareh
force-pushed
the
timer-ringing
branch
2 times, most recently
from
November 14, 2025 13:41
3a25944 to
1d98a9a
Compare
vkareh
force-pushed
the
timer-ringing
branch
from
December 10, 2025 23:18
1b72a3b to
9856c7e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously you could set the "reset" text for the expired timer to start by holding down and releasing:

This fixes that by checking the expired timer isn't ringing before allowing the mask to be reset:
