mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Updated Arduino example
This commit is contained in:
@@ -11,7 +11,7 @@ void setup()
|
|||||||
|
|
||||||
JsonHashTable<3> h;
|
JsonHashTable<3> h;
|
||||||
|
|
||||||
h.add("pi", 3.14);
|
h.add("pi", 3.14159265358979323846, 4);
|
||||||
|
|
||||||
JsonArray<3> a;
|
JsonArray<3> a;
|
||||||
a.add(1);
|
a.add(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user