Skip to content

Commit f2bf17b

Browse files
committed
Update Inkplate10_Wake_Up_On_Touchpads.ino
1 parent 2cfecc3 commit f2bf17b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/Inkplate10/Advanced/DeepSleep/Inkplate10_Wake_Up_On_Touchpads/Inkplate10_Wake_Up_On_Touchpads.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
*/
1717

1818
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
19-
#if !defined(ARDUINO_INKPLATE10)
20-
#error "Wrong board selection for this example, please select e-radionica Inkplate10 in the boards menu."
19+
#if !defined(ARDUINO_INKPLATE10) && !defined(ARDUINO_INKPLATE10V2)
20+
#error \
21+
"Wrong board selection for this example, please select e-radionica Inkplate10 or Soldered Inkplate10 in the boards menu."
2122
#endif
2223

2324
#include <Inkplate.h>

0 commit comments

Comments
 (0)