Skip to content

Commit 8a45bb0

Browse files
authored
Merge branch 'Inkplate5V2_dev' into Inkplate5V2_examples
2 parents d3a6bdc + b5311f2 commit 8a45bb0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/compile.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ jobs:
77
strategy:
88
matrix:
99
include:
10+
- board:
11+
fqbn: Inkplate_Boards:esp32:Inkplate5
12+
additional-sketch-paths: |
13+
- examples/Inkplate5
14+
- board:
15+
fqbn: Inkplate_Boards:esp32:Inkplate5V2
16+
additional-sketch-paths: |
17+
- examples/Inkplate5V2
1018
- board:
1119
fqbn: Inkplate_Boards:esp32:Inkplate6
1220
additional-sketch-paths: |

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
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
2928

3029
// Include needed libraries
3130
#include "HTTPClient.h" //Include library for HTTPClient

examples/Inkplate5V2/Basic/Inkplate5V2_Partial_Update/Inkplate5V2_Partial_Update.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
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
2221

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

0 commit comments

Comments
 (0)