Skip to content

Commit 35400d4

Browse files
committed
fix delay
1 parent cfa9165 commit 35400d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PedalBox/Pedal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Pedal
2020
//initialise pedal
2121
Pedal(String prefix) {
2222
_prefix = prefix;
23-
_mySensor.begin(SMOOTHED_EXPONENTIAL, 10);
23+
_mySensor.begin(SMOOTHED_AVERAGE, 2);
2424
_mySensor.clear();
2525
}
2626

0 commit comments

Comments
 (0)