mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Changed all link to point to HTTPS version
This commit is contained in:
@ -71,7 +71,7 @@ void setup() {
|
||||
}
|
||||
|
||||
// Allocate JsonBuffer
|
||||
// (see https://arduinojson.org/assistant/ to compute the capacity)
|
||||
// Use arduinojson.org/assistant to compute the capacity.
|
||||
const size_t capacity = JSON_OBJECT_SIZE(3) + JSON_ARRAY_SIZE(2) + 60;
|
||||
DynamicJsonBuffer jsonBuffer(capacity);
|
||||
|
||||
|
Reference in New Issue
Block a user