Skip to content

Commit 94386d0

Browse files
committed
Edited Quotables examples
1 parent 6ac59ce commit 94386d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/Inkplate6COLOR/Projects/Quotables_Example/Quotables_Example.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ void setup()
7979
}
8080

8181
// Our main drawing function
82-
Serial.println("22");
8382
drawAll();
8483
// Full refresh
8584
display.display();

examples/Inkplate6PLUS/Projects/Quotables_Example/Quotables_Example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Network network;
5353
Inkplate display(INKPLATE_1BIT);
5454

5555
// Delay between API calls in seconds, 300 seconds is 5 minutes
56-
#define DELAY_S 10
56+
#define DELAY_S 300
5757

5858
// Our functions declared below setup and loop
5959
void drawAll();

0 commit comments

Comments
 (0)