mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Examples: add a note about performance issues with streams (#1476)
This commit is contained in:
		| @@ -101,6 +101,12 @@ void loop() { | ||||
|   // not used in this example | ||||
| } | ||||
|  | ||||
| // Performance issue? | ||||
| // ------------------ | ||||
| // | ||||
| // EthernetClient is an unbuffered stream, which is not optimal for ArduinoJson. | ||||
| // See: https://arduinojson.org/v6/how-to/improve-speed/ | ||||
|  | ||||
| // See also | ||||
| // -------- | ||||
| // | ||||
|   | ||||
		Reference in New Issue
	
	Block a user