Skip to content

Commit

Permalink
refactor: reduce delay between slot menu opening and touch detection
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Agarwal <[email protected]>
  • Loading branch information
Aditya-A-garwal committed Feb 19, 2024
1 parent ec55b80 commit 8ece4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void loop(void) {

slotSelector.draw();

delay(500);
delay(300);

for (;;) {

Expand All @@ -149,7 +149,7 @@ void loop(void) {

slotSelector.draw();

delay(500);
delay(300);

for (;;) {

Expand Down

0 comments on commit 8ece4f1

Please sign in to comment.