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_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ void setup()
66
66
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *
67
67
uS_TO_S_FACTOR); // Set EPS32 to be woken up in 10 seconds (in this case)
68
68
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
70
70
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
71
71
72
72
esp_deep_sleep_start(); // Put ESP32 into deep sleep (low power mode)
Copy file name to clipboardExpand all lines: examples/Inkplate5/Advanced_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ void setup()
65
65
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *
66
66
uS_TO_S_FACTOR); // Set EPS32 to be woken up in 10 seconds (in this case)
67
67
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
69
69
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
70
70
71
71
esp_deep_sleep_start(); // Put ESP32 into deep sleep (low power mode)
Copy file name to clipboardExpand all lines: examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ void setup()
65
65
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *
66
66
uS_TO_S_FACTOR); // Set EPS32 to be woken up in 10 seconds (in this case)
67
67
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
69
69
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
70
70
71
71
esp_deep_sleep_start(); // Put ESP32 into deep sleep (low power mode)
Copy file name to clipboardExpand all lines: examples/Inkplate6PLUS/Advanced_Inkplate_Features/Inkplate_Partial_Update_With_Deep_Sleep/Inkplate_Partial_Update_With_Deep_Sleep.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ void setup()
65
65
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *
66
66
uS_TO_S_FACTOR); // Set EPS32 to be woken up in 10 seconds (in this case)
67
67
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
69
69
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
70
70
71
71
esp_deep_sleep_start(); // Put ESP32 into deep sleep (low power mode)
0 commit comments