We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7d356 commit c0b3e54Copy full SHA for c0b3e54
tests/touch/touch.ino
@@ -59,7 +59,7 @@ uint8_t TOUCH_GPIOS[] = {1,2,3,4,5,6,7,8,9,10,11,12/*,13,14*/};
59
#define INTERRUPT_THRESHOLD 30000
60
#elif CONFIG_IDF_TARGET_ESP32S3
61
#define RELEASED_VALUE 25000 //25000- read value to pass test
62
- #define PRESSED_VALUE 100000 //150000+ read value to pass test
+ #define PRESSED_VALUE 900000 //90000+ read value to pass test
63
#define INTERRUPT_THRESHOLD 80000
64
#else
65
#error Test not currently supported on this chip. Please adjust and try again!
0 commit comments