mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01: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