We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290d01e commit d69dd49Copy full SHA for d69dd49
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