From 64cdc50fbcc47cbcb957111ff6637e65c5b5f525 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Mon, 11 Apr 2022 14:35:23 +0800 Subject: [PATCH] Reduce nap time to 15 minutes as mentioned in docs --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 705de0d..44ce680 100644 --- a/config.def.h +++ b/config.def.h @@ -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!" }, };