Skip to content

Commit f972333

Browse files
Increased B button debounce
1 parent 33e1176 commit f972333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Activity_Generator/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def random_pick(items):
3737
time.sleep(0.25)
3838
if clue.button_b:
3939
two_subjects = not two_subjects
40-
time.sleep(0.25)
40+
time.sleep(0.5)
4141

4242
screen[1].text = activity
4343
screen[3].text = subject_a

0 commit comments

Comments
 (0)