Skip to content

Commit 09b5513

Browse files
committed
Added Wrover-e fix comment
1 parent 33c9b1f commit 09b5513

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/Inkplate10/Advanced_Inkplate_Features/Inkplate_Low_Power/Inkplate_Low_Power.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void setup()
5050
if (slide > 2)
5151
slide = 0; // We do not have more than 3 images, so roll back to zero
5252

53-
// Uncomment this line if your Inkplate is newer than Aug 2021 as newer Inkplates have ESP32 wrover-e chips
53+
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
5454
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
5555
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR); // Activate wake-up timer -- wake up after 20s here
5656
esp_deep_sleep_start(); // Put ESP32 into deep sleep. Program stops here.

examples/Inkplate10/Advanced_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void setup()
6666
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *
6767
uS_TO_S_FACTOR); // Set EPS32 to be woken up in 10 seconds (in this case)
6868

69-
// Uncomment this line if your Inkplate is newer than Aug 2021 as newer Inkplates have ESP32 wrover-e chips
69+
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
7070
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
7171

7272
esp_deep_sleep_start(); // Put ESP32 into deep sleep (low power mode)

examples/Inkplate5/Advanced_Inkplate_Features/Inkplate_Low_Power/Inkplate_Low_Power.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void setup()
4949
if (slide > 2)
5050
slide = 0; // We do not have more than 3 images, so roll back to zero
5151

52-
// Uncomment this line if your Inkplate is newer than Aug 2021 as newer Inkplates have ESP32 wrover-e chips
52+
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
5353
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
5454

5555
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR); // Activate wake-up timer -- wake up after 20s here

examples/Inkplate5/Advanced_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void setup()
6565
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *
6666
uS_TO_S_FACTOR); // Set EPS32 to be woken up in 10 seconds (in this case)
6767

68-
// Uncomment this line if your Inkplate is newer than Aug 2021 as newer Inkplates have ESP32 wrover-e chips
68+
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
6969
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
7070

7171
esp_deep_sleep_start(); // Put ESP32 into deep sleep (low power mode)

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void setup()
6565
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *
6666
uS_TO_S_FACTOR); // Set EPS32 to be woken up in 10 seconds (in this case)
6767

68-
// Uncomment this line if your Inkplate is newer than Aug 2021 as newer Inkplates have ESP32 wrover-e chips
68+
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
6969
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
7070

7171
esp_deep_sleep_start(); // Put ESP32 into deep sleep (low power mode)

examples/Inkplate6PLUS/Advanced_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void setup()
6565
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *
6666
uS_TO_S_FACTOR); // Set EPS32 to be woken up in 10 seconds (in this case)
6767

68-
// Uncomment this line if your Inkplate is newer than Aug 2021 as newer Inkplates have ESP32 wrover-e chips
68+
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
6969
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
7070

7171
esp_deep_sleep_start(); // Put ESP32 into deep sleep (low power mode)

examples/InkplateColor/Advanced_Inkplate_Features/Inkplate_Low_Power/Inkplate_Low_Power.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void setup()
5050
if (slide > 2)
5151
slide = 0; // We do not have more than 3 images, so roll back to zero
5252

53-
// Uncomment this line if your Inkplate is newer than Aug 2021 as newer Inkplates have ESP32 wrover-e chips
53+
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
5454
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
5555

5656

test/test/test.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void setup()
5151
esp_sleep_enable_timer_wakeup(SLIDES_CHANGE_SECONDS *
5252
USEC); // Set EPS32 to be woken up in SLIDES_CHANGE_SECONDS seconds (in this case)
5353

54-
// Uncomment this line if your Inkplate is newer than Aug 2021 as newer Inkplates have ESP32 wrover-e chips
54+
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
5555
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
5656

5757
esp_deep_sleep_start();

0 commit comments

Comments
 (0)