Skip to content

Commit 96a9ecb

Browse files
Update SoftPathElectronics.cpp
1 parent 1c11c3f commit 96a9ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SoftPathElectronics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void CustomKeyboard::setupKeyboard() {
5050
_numKeys = readIntWithPrompt("Ungültige Anzahl der Tasten. Bitte erneut eingeben:");
5151
}
5252

53-
_tolerance = readIntWithPrompt("Gib die Toleranz ein (empfohlen: 4):");
53+
_tolerance = readIntWithPrompt("Gib die Toleranz ein (empfohlen: 8):");
5454

5555
_debounceMode = readBoolWithPrompt("Soll eine Taste erst gezählt werden, wenn der analoge Wert zwischendurch 0 war? (y/n):");
5656

0 commit comments

Comments
 (0)