Reduce nap time to 15 minutes as mentioned in docs

This commit is contained in:
Ivan Tham 2022-04-11 14:35:23 +08:00 committed by GitHub
parent 9f85802024
commit 64cdc50fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,5 +17,5 @@ static Timers timers[] = {
{ 1500, "Time to start working!"},
{ 300, "Time to start resting!"},
{ 1500, "Time to start working!"},
{ 1200, "Time to take a nap!" },
{ 900, "Time to take a nap!" },
};