File tree Expand file tree Collapse file tree 10 files changed +19
-10
lines changed
Inkplate10/Projects/Inkplate10_Quotables
Inkplate2/Projects/Inkplate2_Quotables
Inkplate4TEMPERA/Projects/Inkplate4TEMPERA_Quotables
Inkplate5V2/Projects/Inkplate5V2_Quotables
Inkplate5/Projects/Inkplate5_Quotables
Inkplate6COLOR/Projects/Inkplate6COLOR_Quotables
Inkplate6FLICK/Projects/Inkplate6FLICK_Quotables
Inkplate6PLUS/Projects/Inkplate6PLUS_Quotables
Inkplate6/Projects/Inkplate6_Quotables
Inkplate7/Projects/Inkplate7_Quotables Expand file tree Collapse file tree 10 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ extern char pass[];
32
32
extern Inkplate display;
33
33
34
34
// Static Json from ArduinoJson library
35
- StaticJsonDocument<30000 > doc;
35
+ ArduinoJson::StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
36
+
36
37
37
38
void Network::begin (char *ssid, char *pass)
38
39
{
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ extern char pass[];
32
32
extern Inkplate display;
33
33
34
34
// Static Json from ArduinoJson library
35
- StaticJsonDocument<30000 > doc;
35
+ ArduinoJson:: StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
36
36
37
37
void Network::begin ()
38
38
{
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ extern char pass[];
32
32
extern Inkplate display;
33
33
34
34
// Static Json from ArduinoJson library
35
- StaticJsonDocument<30000 > doc;
35
+ ArduinoJson::StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
36
+
36
37
37
38
void Network::begin ()
38
39
{
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ extern char pass[];
32
32
extern Inkplate display;
33
33
34
34
// Static Json from ArduinoJson library
35
- StaticJsonDocument<30000 > doc;
35
+ ArduinoJson::StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
36
+
36
37
37
38
void Network::begin (char *ssid, char *pass)
38
39
{
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ extern char pass[];
32
32
extern Inkplate display;
33
33
34
34
// Static Json from ArduinoJson library
35
- StaticJsonDocument<30000 > doc;
35
+ ArduinoJson::StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
36
+
36
37
37
38
void Network::begin (char *ssid, char *pass)
38
39
{
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ extern char pass[];
33
33
extern Inkplate display;
34
34
35
35
// Static Json from ArduinoJson library
36
- StaticJsonDocument<30000 > doc;
36
+ ArduinoJson::StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
37
+
37
38
38
39
void Network::begin ()
39
40
{
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ extern char pass[];
33
33
extern Inkplate display;
34
34
35
35
// Static Json from ArduinoJson library
36
- StaticJsonDocument<30000 > doc;
36
+ ArduinoJson::StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
37
+
37
38
38
39
void Network::begin ()
39
40
{
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ extern char pass[];
33
33
extern Inkplate display;
34
34
35
35
// Static Json from ArduinoJson library
36
- StaticJsonDocument<30000 > doc;
36
+ ArduinoJson::StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
37
+
37
38
38
39
void Network::begin ()
39
40
{
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ extern char pass[];
44
44
extern Inkplate display;
45
45
46
46
// Static Json from ArduinoJson library
47
- StaticJsonDocument<30000 > doc;
47
+ ArduinoJson::StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
48
+
48
49
49
50
void Network::begin ()
50
51
{
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ extern char pass[];
31
31
extern Inkplate display;
32
32
33
33
// Static Json from ArduinoJson library
34
- StaticJsonDocument<30000 > doc;
34
+ ArduinoJson::StaticJsonDocument<30000 > doc; // Still technically deprecated, but clarifies the source
35
+
35
36
36
37
void Network::begin (char *ssid, char *pass)
37
38
{
You can’t perform that action at this time.
0 commit comments