Skip to content

Commit 8e5e016

Browse files
Fixing Inkplate6PLUS_partial_update_fix
1 parent 72d9d64 commit 8e5e016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Inkplate6PLUS/Basic/Inkplate6PLUS_Partial_Update/Inkplate6PLUS_Partial_Update.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ void loop()
6666
*/
6767

6868
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
69-
#ifndef ARDUINO_INKPLATE4TEMPERA
70-
#error "Wrong board selection for this example, please select Inkplate 4 TEMPERA in the boards menu."
69+
#if !defined(ARDUINO_INKPLATE6PLUS) && !defined(ARDUINO_INKPLATE6PLUSV2)
70+
#error "Wrong board selection for this example, please select e-radionica Inkplate 6Plus or Soldered Inkplate 6Plus in the boards menu."
7171
#endif
7272

7373
#include "Inkplate.h" //Include Inkplate library to the sketch

0 commit comments

Comments
 (0)