We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6da32 commit 5cb7f82Copy full SHA for 5cb7f82
1 file changed
lib/zeptocore.h
@@ -486,7 +486,7 @@ void __not_in_flash_func(input_handling)() {
486
if (sample_selection_index_last != sample_selection_index) {
487
printf("sample_selection_index: %d\n", sample_selection_index);
488
sample_selection_index_last = sample_selection_index;
489
- debounce_sample_selection = 4;
+ debounce_sample_selection = 40;
490
} else if (debounce_sample_selection > 0) {
491
debounce_sample_selection--;
492
if (debounce_sample_selection == 0) {
0 commit comments