Skip to content

Commit cfd583a

Browse files
committed
updated news app
1 parent d681105 commit cfd583a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Inkplate10/Projects/InkPlate10_News/InkPlate10_News.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- Inkplate documentation: https://www.inkplate.io
1313
- Support forums: https://forum.soldered.com/
1414
15-
Created by Soldered, 5.5.2025
15+
Created by Soldered, 14.5.2025
1616
*/
1717

1818
// Ensure the correct board is selected in the Arduino IDE

examples/Inkplate10/Projects/Inkplate10_Quotables/Network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern char pass[];
3232
extern Inkplate display;
3333

3434
// Static Json from ArduinoJson library
35-
ArduinoJson::StaticJsonDocument<30000> doc; // Still technically deprecated, but clarifies the source
35+
StaticJsonDocument<30000> doc; // Still technically deprecated, but clarifies the source
3636

3737

3838
void Network::begin(char *ssid, char *pass)

0 commit comments

Comments
 (0)