mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 07:17:30 +02:00
Changed all link to point to HTTPS version
This commit is contained in:
@ -52,7 +52,7 @@ void loop() {
|
||||
while (client.available()) client.read();
|
||||
|
||||
// Allocate JsonBuffer
|
||||
// Use http://arduinojson.org/assistant/ to compute the right capacity
|
||||
// Use arduinojson.org/assistant to compute the capacity.
|
||||
StaticJsonBuffer<500> jsonBuffer;
|
||||
|
||||
// Create the root object
|
||||
|
Reference in New Issue
Block a user