Changed all link to point to HTTPS version

This commit is contained in:
Benoit Blanchon
2017-12-11 17:26:50 +01:00
parent 6d8329b255
commit 7626db624e
11 changed files with 18 additions and 18 deletions

View File

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