mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	Remove duplicate comment block in wandbox's JsonGeneratorExample.cpp
				
					
				
			This commit is contained in:
		| @@ -20,11 +20,6 @@ int main() { | |||||||
|   // |   // | ||||||
|   // DynamicJsonDocument  doc(200); |   // DynamicJsonDocument  doc(200); | ||||||
|  |  | ||||||
|   // StaticJsonObject allocates memory on the stack, it can be |  | ||||||
|   // replaced by DynamicJsonDocument which allocates in the heap. |  | ||||||
|   // |  | ||||||
|   // DynamicJsonDocument  doc(200); |  | ||||||
|  |  | ||||||
|   // Add values in the document |   // Add values in the document | ||||||
|   // |   // | ||||||
|   doc["sensor"] = "gps"; |   doc["sensor"] = "gps"; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user