We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d681105 commit cfd583aCopy full SHA for cfd583a
examples/Inkplate10/Projects/InkPlate10_News/InkPlate10_News.ino
@@ -12,7 +12,7 @@
12
- Inkplate documentation: https://www.inkplate.io
13
- Support forums: https://forum.soldered.com/
14
15
- Created by Soldered, 5.5.2025
+ Created by Soldered, 14.5.2025
16
*/
17
18
// Ensure the correct board is selected in the Arduino IDE
examples/Inkplate10/Projects/Inkplate10_Quotables/Network.cpp
@@ -32,7 +32,7 @@ extern char pass[];
32
extern Inkplate display;
33
34
// Static Json from ArduinoJson library
35
-ArduinoJson::StaticJsonDocument<30000> doc; // Still technically deprecated, but clarifies the source
+StaticJsonDocument<30000> doc; // Still technically deprecated, but clarifies the source
36
37
38
void Network::begin(char *ssid, char *pass)
0 commit comments