mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Added links to the ArduinoJson assistant (issue #513)
This commit is contained in:
		| @@ -17,13 +17,13 @@ void setup() { | ||||
|   // | ||||
|   // Inside the brackets, 200 is the size of the pool in bytes. | ||||
|   // If the JSON object is more complex, you need to increase that value. | ||||
|   // See https://bblanchon.github.io/ArduinoJson/assistant/ | ||||
|   StaticJsonBuffer<200> jsonBuffer; | ||||
|  | ||||
|   // StaticJsonBuffer allocates memory on the stack, it can be | ||||
|   // replaced by DynamicJsonBuffer which allocates in the heap. | ||||
|   // It's simpler but less efficient. | ||||
|   // | ||||
|   // DynamicJsonBuffer  jsonBuffer; | ||||
|   // DynamicJsonBuffer  jsonBuffer(200); | ||||
|  | ||||
|   // Create the root of the object tree. | ||||
|   // | ||||
|   | ||||
		Reference in New Issue
	
	Block a user