Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed released value for S2
  • Loading branch information
P-R-O-C-H-Y committed Oct 31, 2022
commit 230c19a7ad72f1e861d8c198fb50709643503a8f
2 changes: 1 addition & 1 deletion tests/touch/touch.ino
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ uint8_t TOUCH_GPIOS[] = {1,2,3,4,5,6,7,8,9,10,11,12/*,13,14*/};
#define NO_TOUCH_GPIO 17

#if CONFIG_IDF_TARGET_ESP32S2
#define RELEASED_VALUE 8500 //8500- read value to pass test
#define RELEASED_VALUE 10000 //10000- read value to pass test
#define PRESSED_VALUE 42000 //40000+ read value to pass test
#define INTERRUPT_THRESHOLD 30000
#elif CONFIG_IDF_TARGET_ESP32S3
Expand Down