Skip to content

Commit 5cb7f82

Browse files
committed
fix: update zeptocore
1 parent eb6da32 commit 5cb7f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/zeptocore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ void __not_in_flash_func(input_handling)() {
486486
if (sample_selection_index_last != sample_selection_index) {
487487
printf("sample_selection_index: %d\n", sample_selection_index);
488488
sample_selection_index_last = sample_selection_index;
489-
debounce_sample_selection = 4;
489+
debounce_sample_selection = 40;
490490
} else if (debounce_sample_selection > 0) {
491491
debounce_sample_selection--;
492492
if (debounce_sample_selection == 0) {

0 commit comments

Comments
 (0)