We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d744f5 + 2856f21 commit 562fa3aCopy full SHA for 562fa3a
examples/TouchPads/Custom_Sensitivity/Custom_Sensitivity.ino
@@ -19,8 +19,7 @@ void setup() {
19
// First we update all the buttons with the new threshold
20
// Then we overwrite individually one of them (they can be all set individually too)
21
carrier.Buttons.updateConfig(threshold);
22
- carrier.Buttons.updateConfig(threshold_btn_0);
23
-
+ carrier.Buttons.updateConfig(threshold_btn_0, TOUCH0);
24
}
25
26
void loop() {
0 commit comments