Skip to content

Commit 230c19a

Browse files
committed
changed released value for S2
1 parent da53070 commit 230c19a

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
@@ -54,7 +54,7 @@ uint8_t TOUCH_GPIOS[] = {1,2,3,4,5,6,7,8,9,10,11,12/*,13,14*/};
5454
#define NO_TOUCH_GPIO 17
5555

5656
#if CONFIG_IDF_TARGET_ESP32S2
57-
#define RELEASED_VALUE 8500 //8500- read value to pass test
57+
#define RELEASED_VALUE 10000 //10000- read value to pass test
5858
#define PRESSED_VALUE 42000 //40000+ read value to pass test
5959
#define INTERRUPT_THRESHOLD 30000
6060
#elif CONFIG_IDF_TARGET_ESP32S3

0 commit comments

Comments
 (0)