We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da53070 commit 230c19aCopy full SHA for 230c19a
tests/touch/touch.ino
@@ -54,7 +54,7 @@ uint8_t TOUCH_GPIOS[] = {1,2,3,4,5,6,7,8,9,10,11,12/*,13,14*/};
54
#define NO_TOUCH_GPIO 17
55
56
#if CONFIG_IDF_TARGET_ESP32S2
57
- #define RELEASED_VALUE 8500 //8500- read value to pass test
+ #define RELEASED_VALUE 10000 //10000- read value to pass test
58
#define PRESSED_VALUE 42000 //40000+ read value to pass test
59
#define INTERRUPT_THRESHOLD 30000
60
#elif CONFIG_IDF_TARGET_ESP32S3
0 commit comments