Skip to content

Commit b348b15

Browse files
committed
Update Inkplate2_Quotables.ino
1 parent 222b5b5 commit b348b15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/Inkplate2/Projects/Inkplate2_Quotables/Inkplate2_Quotables.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ void setup()
8080
// This is set in microseconds, so it needs to be
8181
// multiplied by million to get seconds
8282
esp_sleep_enable_timer_wakeup(1000000 * DELAY_S); // Activate wake-up timer
83-
display.setPanelDeepSleep(true); // Put the panel into deep sleep
8483
esp_deep_sleep_start(); // Put ESP32 into deep sleep. Program stops here
8584
}
8685

0 commit comments

Comments
 (0)