You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/Inkplate10/Advanced/WEB_WiFi/Inkplate10_HTTPS_With_Certificate/Inkplate10_HTTPS_With_Certificate.ino
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
-
Inkplate10_Download_Files_With_Certificate example for Soldered Inkplate 7
3
-
For this example you will need a micro USB cable, Inkplate 7, and an available WiFi connection.
4
-
Select "Soldered Inkplate 7" from Tools -> Board menu.
2
+
Inkplate10_HTTPS_With_Certificate example for Soldered Inkplate 10
3
+
For this example you will need a micro USB cable, Inkplate 10, and an available WiFi connection.
4
+
Select "Soldered Inkplate 10" from Tools -> Board menu.
5
5
6
6
You can open .bmp files that have color depth of 1 bit (BW bitmap), 4 bit, 8 bit and
Copy file name to clipboardExpand all lines: examples/Inkplate2/Advanced/WEB_WiFi/Inkplate2_HTTPS_With_Certificate/Inkplate2_HTTPS_With_Certificate.ino
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
Inkplate2_Download_Files_With_Certificate example for Soldered Inkplate 2
2
+
Inkplate2_HTTPS_With_Certificate example for Soldered Inkplate 2
3
3
For this example you will need a micro USB cable, Inkplate 2, and an available WiFi connection.
4
4
Select "Soldered Inkplate 2" from Tools -> Board menu.
Copy file name to clipboardExpand all lines: examples/Inkplate4/Advanced/WEB_WiFi/Inkplate4_HTTPS_With_Certificate/Inkplate4_HTTPS_With_Certificate.ino
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
-
Inkplate4_Download_Files_With_Certificate example for Soldered Inkplate 2
3
-
For this example you will need a micro USB cable, Inkplate 2, and an available WiFi connection.
4
-
Select "Soldered Inkplate 2" from Tools -> Board menu.
2
+
Inkplate4_HTTPS_With_Certificate example for Soldered Inkplate 4
3
+
For this example you will need a micro USB cable, Inkplate 4, and an available WiFi connection.
4
+
Select "Soldered Inkplate 4" from Tools -> Board menu.
5
5
6
6
You can open .bmp files that have color depth of 1 bit (BW bitmap), 4 bit, 8 bit and
7
7
24 bit
@@ -17,7 +17,7 @@
17
17
18
18
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
19
19
#ifndef ARDUINO_INKPLATE4
20
-
#error "Wrong board selection for this example, please select Inkplate 2 in the boards menu."
20
+
#error "Wrong board selection for this example, please select Inkplate 4 in the boards menu."
21
21
#endif
22
22
23
23
#include"Inkplate.h"//Include Inkplate library to the sketch
Copy file name to clipboardExpand all lines: examples/Inkplate4TEMPERA/Advanced/WEB_WiFi/Inkplate4TEMPERA_HTTPS_With_Certificate/Inkplate4TEMPERA_HTTPS_With_Certificate.ino
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
Inkplate4TEMPERA_Download_Files_With_Certificate example for Soldered Inkplate 4TEMPERA
2
+
Inkplate4TEMPERA_HTTPS_With_Certificate example for Soldered Inkplate 4TEMPERA
3
3
For this example you will need a micro USB cable, Inkplate 4TEMPERA, and an available WiFi connection.
4
4
Select "Soldered Inkplate 4TEMPERA" from Tools -> Board menu.
Copy file name to clipboardExpand all lines: examples/Inkplate5/Advanced/WEB_WiFi/Inkplate5_HTTPS_With_Certificate/Inkplate5_HTTPS_With_Certificate.ino
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
Inkplate5_Download_Files_With_Certificate example for Soldered Inkplate 5
2
+
Inkplate5_HTTPS_With_Certificate example for Soldered Inkplate 5
3
3
For this example you will need a micro USB cable, Inkplate 5, and an available WiFi connection.
4
4
Select "Soldered Inkplate 5" from Tools -> Board menu.
Copy file name to clipboardExpand all lines: examples/Inkplate5V2/Advanced/WEB_WiFi/Inkplate5V2_HTTPS_With_Certificate/Inkplate5V2_HTTPS_With_Certificate.ino
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
Inkplate6_Download_Files_With_Certificate example for Soldered Inkplate 5V2
2
+
Inkplate5V2_HTTPS_With_Certificate example for Soldered Inkplate 5V2
3
3
For this example you will need a micro USB cable, Inkplate 5V2, and an available WiFi connection.
4
4
Select "Soldered Inkplate 5V2" from Tools -> Board menu.
Copy file name to clipboardExpand all lines: examples/Inkplate6/Advanced/WEB_WiFi/Inkplate6_HTTPS_With_Certificate/Inkplate6_HTTPS_With_Certificate.ino
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
Inkplate6_Download_Files_With_Certificate example for Soldered Inkplate 6
2
+
Inkplate6_HTTPS_With_Certificate example for Soldered Inkplate 6
3
3
For this example you will need a micro USB cable, Inkplate 6, and an available WiFi connection.
4
4
Select "Soldered Inkplate 6" from Tools -> Board menu.
5
5
Don't have "Soldered Inkplate 6" option? Follow our tutorial and add it:
Copy file name to clipboardExpand all lines: examples/Inkplate6COLOR/Advanced/WEB_WiFi/Inkplate6COLOR_HTTPS_With_Certificate/Inkplate6COLOR_HTTPS_With_Certificate.ino
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
/*
2
-
Inkplate6COLOR_Download_Files_With_Certificate example for Soldered Inkplate 6 COLOR
3
-
For this example you will need a micro USB cable, Inkplate 6, and an available WiFi connection.
4
-
Select "Soldered Inkplate 6" from Tools -> Board menu.
5
-
Don't have "Soldered Inkplate 6" option? Follow our tutorial and add it:
2
+
Inkplate6COLOR_HTTPS_With_Certificate example for Soldered Inkplate 6 COLOR
3
+
For this example you will need a micro USB cable, Inkplate 6COLOR, and an available WiFi connection.
4
+
Select "Soldered Inkplate 6COLOR" from Tools -> Board menu.
5
+
Don't have "Soldered Inkplate 6COLOR" option? Follow our tutorial and add it:
Copy file name to clipboardExpand all lines: examples/Inkplate6FLICK/Advanced/WEB_WiFi/Inkplate6FLICK_HTTPS_With_Certificate/Inkplate6FLICK_HTTPS_With_Certificate.ino
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
/*
2
-
Inkplate6FLICK_Download_Files_With_Certificate example for Soldered Inkplate 6FLICK
2
+
Inkplate6FLICK_HTTPS_With_Certificate example for Soldered Inkplate 6FLICK
3
3
For this example you will need a micro USB cable, Inkplate 6FLICK, and an available WiFi connection.
4
4
Select "Soldered Inkplate 6FLICK" from Tools -> Board menu.
5
5
Don't have "Soldered Inkplate 6FLICK" option? Follow our tutorial and add it:
Copy file name to clipboardExpand all lines: examples/Inkplate6PLUS/Advanced/WEB_WiFi/Inkplate6PLUS_HTTPS_With_Certificate/Inkplate6PLUS_HTTPS_With_Certificate.ino
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
/*
2
-
Inkplate6PLUS_Download_Files_With_Certificate example for Soldered Inkplate 6PLUS
2
+
Inkplate6PLUS_HTTPS_With_Certificate example for Soldered Inkplate 6PLUS
3
3
For this example you will need a micro USB cable, Inkplate 6PLUS, and an available WiFi connection.
4
4
Select "Soldered Inkplate 6PLUS" from Tools -> Board menu.
5
5
Don't have "Soldered Inkplate 6PLUS" option? Follow our tutorial and add it:
0 commit comments