Added links to the ArduinoJson assistant (issue #513)

This commit is contained in:
Benoit Blanchon
2017-05-27 15:31:47 +02:00
parent 7415f206ea
commit 574c00c096
7 changed files with 24 additions and 13 deletions

View File

@ -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);