forked from bblanchon/ArduinoJson
Added links to the ArduinoJson assistant (issue #513)
This commit is contained in:
@ -49,6 +49,8 @@ void setup() {
|
||||
void loop() {
|
||||
delay(1000);
|
||||
|
||||
// Use https://bblanchon.github.io/ArduinoJson/assistant/ to
|
||||
// compute the right size for the buffer
|
||||
StaticJsonBuffer<300> jsonBuffer;
|
||||
JsonObject& json = buildJson(jsonBuffer);
|
||||
sendJson(json);
|
||||
|
Reference in New Issue
Block a user