Skip to content

Commit 13259eb

Browse files
committed
ci(touch_test): Change released test value for ESP32
1 parent a45b5af commit 13259eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/touch/touch.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ uint8_t TOUCH_GPIOS[] = { 4, 2, 15, 13, 12, 14, 27, 33, 32 };
2525

2626
#define NO_TOUCH_GPIO 25
2727

28-
#define RELEASED_VALUE 80 //80+ read value to pass test
28+
#define RELEASED_VALUE 75 //75+ read value to pass test
2929
#define PRESSED_VALUE 20 //20- read value to pass test
3030
#define INTERRUPT_THRESHOLD 40
3131

0 commit comments

Comments
 (0)