Skip to content

Commit cc3641c

Browse files
committed
Changed Inkplate V2 to Soldered Inkplate in error message
1 parent be31e11 commit cc3641c

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_Battery_Voltage_And_Temperature/Inkplate_Battery_Voltage_And_Temperature.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_Battery_Voltage_And_Temperature example for Soldered Inkplate 6
33
For this example you will need USB cable, Inkplate 6 and a Lithium battery (3.6V) with two pin JST connector.
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -17,7 +17,7 @@
1717

1818
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
1919
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
20-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
20+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
2121
#endif
2222

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

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_Bluetooth_Peripheral_Mode_Example/Inkplate_Bluetooth_Peripheral_Mode_Example.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_Bluetooth_Peripheral_Mode_Example example for Soldered Inkplate 6
33
For this example you will need USB cable and an Inkplate 6
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -15,7 +15,7 @@
1515

1616
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
1717
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
18-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
18+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
1919
#endif
2020

2121
#include "Inkplate.h"

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_Faster_Display/Inkplate_Faster_Display.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_Faster_Display example for Soldered Inkplate 6
33
For this example you will need a micro USB cable and an Inkplate 6
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -15,7 +15,7 @@
1515

1616
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
1717
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
18-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
18+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
1919
#endif
2020

2121
#include "Inkplate.h"

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_IO_expander/Inkplate_IO_expander.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_IO_expander example for Soldered Inkplate 6
33
For this example you will need only a micro USB cable, Inkplate6, 330 Ohm resistor and LED diode.
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -19,7 +19,7 @@
1919

2020
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2121
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
22-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
22+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
2323
#endif
2424

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

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_Internal_IO_Expander/Inkplate_Internal_IO_Expander.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_Internal_IO_Expander example for Soldered Inkplate 6
33
For this example you will need only a micro USB cable, Inkplate6, 330 Ohm resistor and LED diode.
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -26,7 +26,7 @@
2626

2727
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2828
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
29-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
29+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
3030
#endif
3131

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

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_Low_Power/Inkplate_Low_Power.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_Low_Power example for Soldered Inkplate 6
33
For this example you will need USB cable and Inkplate 6.
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -19,7 +19,7 @@
1919

2020
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2121
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
22-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
22+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
2323
#endif
2424

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

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_Partial_Update_With_Deep_Sleep example for Soldered Inkplate 6
33
For this example you will need only USB cable and Inkplate 6
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -22,7 +22,7 @@
2222

2323
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2424
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
25-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
25+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
2626
#endif
2727

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

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_RTC_Alarm_Deep_Sleep_Example/Inkplate_RTC_Alarm_Deep_Sleep_Example.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_RTC_Alarm_Deep_Sleep_Example example for Soldered Inkplate 6
33
For this example you will need only USB cable and Inkplate 6
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -20,7 +20,7 @@
2020

2121
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2222
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
23-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
23+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
2424
#endif
2525

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

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_RTC_Alarm_Example/Inkplate_RTC_Alarm_Example.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_RTC_Alarm_Example example for Soldered Inkplate 6
33
For this example you will need USB cable and Inkplate 6.
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -21,7 +21,7 @@
2121

2222
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2323
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
24-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
24+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
2525
#endif
2626

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

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_RTC_Basic_Example/Inkplate_RTC_Basic_Example.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Inkplate_RTC_Basic_Example example for Soldered Inkplate 6
33
For this example you will need USB cable and Inkplate 6.
4-
Select "Inkplate 6(ESP32)" from Tools -> Board menu.
4+
Select "Inkplate 6(ESP32)" or "Soldered Inkplate6" from Tools -> Board menu.
55
Don't have "Inkplate 6(ESP32)" option? Follow our tutorial and add it:
66
https://e-radionica.com/en/blog/add-inkplate-6-to-arduino-ide/
77
@@ -21,7 +21,7 @@
2121

2222
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
2323
#if !defined(ARDUINO_ESP32_DEV) && !defined(ARDUINO_INKPLATE6V2)
24-
#error "Wrong board selection for this example, please select Inkplate 6 or Inkplate 6 V2 in the boards menu."
24+
#error "Wrong board selection for this example, please select Inkplate 6 or Soldered Inkplate6 in the boards menu."
2525
#endif
2626

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

0 commit comments

Comments
 (0)