mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Remove JsonDocument::data() and JsonDocument::memoryPool()
				
					
				
			This commit is contained in:
		| @@ -12,7 +12,7 @@ using namespace ARDUINOJSON_NAMESPACE; | ||||
| static void testCodepoint(uint32_t codepoint, std::string expected) { | ||||
|   char buffer[4096]; | ||||
|   MemoryPool pool(buffer, 4096); | ||||
|   StringCopier str(pool); | ||||
|   StringCopier str(&pool); | ||||
|   str.startString(); | ||||
|  | ||||
|   CAPTURE(codepoint); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user