Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the timer isn't expired (ringing) before resetting the mask #3

Open
wants to merge 3 commits into
base: timer-ringing
Choose a base branch
from

Conversation

JustScott
Copy link

Previously you could set the "reset" text for the expired timer to start by holding down and releasing:
broken_reset_button

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

vkareh and others added 3 commits February 14, 2025 12:14
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.
@JustScott
Copy link
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 :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants