From 8ece4f1cf6932560e2cda86e52af1977c7553384 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Mon, 19 Feb 2024 13:31:15 +0530 Subject: [PATCH] refactor: reduce delay between slot menu opening and touch detection Signed-off-by: Aditya Agarwal --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index aa5a42e..b025610 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -129,7 +129,7 @@ void loop(void) { slotSelector.draw(); - delay(500); + delay(300); for (;;) { @@ -149,7 +149,7 @@ void loop(void) { slotSelector.draw(); - delay(500); + delay(300); for (;;) {