forked from bblanchon/ArduinoJson
Changed all link to point to HTTPS version
This commit is contained in:
@ -44,7 +44,7 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
// 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