From 13259eb660124e208bc9d4252f05c244f830e51e Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:55:36 -0300 Subject: [PATCH] ci(touch_test): Change released test value for ESP32 --- tests/touch/touch.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/touch/touch.ino b/tests/touch/touch.ino index 0969dc8eee3..e8163b3bb74 100644 --- a/tests/touch/touch.ino +++ b/tests/touch/touch.ino @@ -25,7 +25,7 @@ uint8_t TOUCH_GPIOS[] = { 4, 2, 15, 13, 12, 14, 27, 33, 32 }; #define NO_TOUCH_GPIO 25 -#define RELEASED_VALUE 80 //80+ read value to pass test +#define RELEASED_VALUE 75 //75+ read value to pass test #define PRESSED_VALUE 20 //20- read value to pass test #define INTERRUPT_THRESHOLD 40