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

@ -15,7 +15,7 @@ void setup() {
//
// Inside the brackets, 200 is the size of the pool in bytes.
// Don't forget to change this value to match your JSON document.
// See https://arduinojson.org/assistant/
// Use arduinojson.org/assistant to compute the capacity.
StaticJsonBuffer<200> jsonBuffer;
// StaticJsonBuffer allocates memory on the stack, it can be