Skip to content

Commit df9423e

Browse files
committed
Fixed compile test for Inkplate5 V2, library version change.
1 parent 23ba633 commit df9423e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

examples/Inkplate5V2/Advanced/WEB_WiFi/Inkplate5V2_Show_Pictures_From_Web/Inkplate5V2_Show_Pictures_From_Web.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2626
#ifndef ARDUINO_INKPLATE5V2
2727
#error "Wrong board selection for this example, please select Soldered Inkplate5 V2 in the boards menu."
28+
#endif
2829

2930
// Include needed libraries
3031
#include "HTTPClient.h" //Include library for HTTPClient

examples/Inkplate5V2/Basic/Inkplate5V2_Partial_Update/Inkplate5V2_Partial_Update.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
1919
#ifndef ARDUINO_INKPLATE5V2
2020
#error "Wrong board selection for this example, please select Soldered Inkplate5 V2 in the boards menu."
21+
#endif
2122

2223
#include "Inkplate.h" // Include Inkplate library to the sketch
2324
Inkplate display(INKPLATE_1BIT); // Create an object on Inkplate library and also set library into 1-bit mode (BW)

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=InkplateLibrary
2-
version=9.0.0
2+
version=9.1.0
33
author=e-radionica.com <[email protected]>
44
maintainer=David Zovko <[email protected]>
55
sentence=Inkplate boards driver library

0 commit comments

Comments
 (0)