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 1c11c3f commit 96a9ecbCopy full SHA for 96a9ecb
src/SoftPathElectronics.cpp
@@ -50,7 +50,7 @@ void CustomKeyboard::setupKeyboard() {
50
_numKeys = readIntWithPrompt("Ungültige Anzahl der Tasten. Bitte erneut eingeben:");
51
}
52
53
- _tolerance = readIntWithPrompt("Gib die Toleranz ein (empfohlen: 4):");
+ _tolerance = readIntWithPrompt("Gib die Toleranz ein (empfohlen: 8):");
54
55
_debounceMode = readBoolWithPrompt("Soll eine Taste erst gezählt werden, wenn der analoge Wert zwischendurch 0 war? (y/n):");
56
0 commit comments