We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45b5af commit 8d21d61Copy full SHA for 8d21d61
tests/touch/touch.ino
@@ -25,7 +25,7 @@ uint8_t TOUCH_GPIOS[] = { 4, 2, 15, 13, 12, 14, 27, 33, 32 };
25
26
#define NO_TOUCH_GPIO 25
27
28
-#define RELEASED_VALUE 80 //80+ read value to pass test
+#define RELEASED_VALUE 75 //75+ read value to pass test
29
#define PRESSED_VALUE 20 //20- read value to pass test
30
#define INTERRUPT_THRESHOLD 40
31
0 commit comments