From 9f858020240d936d703b33aaf24be27f03f81fc0 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Sun, 10 Apr 2022 20:03:39 +0300 Subject: [PATCH] Join breaks together --- config.def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 6582076..705de0d 100644 --- a/config.def.h +++ b/config.def.h @@ -17,6 +17,5 @@ static Timers timers[] = { { 1500, "Time to start working!"}, { 300, "Time to start resting!"}, { 1500, "Time to start working!"}, - { 300, "Time to start resting!"}, - { 900, "Time to take a nap!" }, + { 1200, "Time to take a nap!" }, };