Skip to content

Commit c0b3e54

Browse files
committed
Update touch pressed value
1 parent 7a7d356 commit c0b3e54

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
@@ -59,7 +59,7 @@ uint8_t TOUCH_GPIOS[] = {1,2,3,4,5,6,7,8,9,10,11,12/*,13,14*/};
5959
#define INTERRUPT_THRESHOLD 30000
6060
#elif CONFIG_IDF_TARGET_ESP32S3
6161
#define RELEASED_VALUE 25000 //25000- read value to pass test
62-
#define PRESSED_VALUE 100000 //150000+ read value to pass test
62+
#define PRESSED_VALUE 900000 //90000+ read value to pass test
6363
#define INTERRUPT_THRESHOLD 80000
6464
#else
6565
#error Test not currently supported on this chip. Please adjust and try again!

0 commit comments

Comments
 (0)