Skip to content

Fix timer snooze 5m button - #4321

Merged
thyttan merged 3 commits into
espruino:masterfrom
elcste:patch-1
Aug 17, 2026
Merged

Fix timer snooze 5m button#4321
thyttan merged 3 commits into
espruino:masterfrom
elcste:patch-1

Conversation

@elcste

@elcste elcste commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

I had noticed snoozing a timer by holding and clicking the 5m button added 6 minutes instead of 5. I found the code had 360(= 60 * 6) and changed it to 300(= 60 * 5).

@thyttan

thyttan commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Thanks! Can you bump version in metadata and changelog too please :)

@elcste

elcste commented Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Done :-)

@thyttan

thyttan commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Cool - thaaaanks 😎

@thyttan
thyttan merged commit c8e9415 into espruino:master Aug 17, 2026
2 checks passed
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