Skip to content

Commit 0435809

Browse files
committed
add new chip error
1 parent 230c19a commit 0435809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/touch/touch.ino

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ uint8_t TOUCH_GPIOS[] = {1,2,3,4,5,6,7,8,9,10,11,12/*,13,14*/};
6161
#define RELEASED_VALUE 25000 //25000- read value to pass test
6262
#define PRESSED_VALUE 100000 //150000+ read value to pass test
6363
#define INTERRUPT_THRESHOLD 80000
64+
#else
65+
#error Test not currently supported on this chip. Please adjust and try again!
6466
#endif
6567

6668
#endif

0 commit comments

Comments
 (0)