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:
		| @@ -146,7 +146,7 @@ class BasicJsonDocument : AllocatorOwner<TAllocator>, public JsonDocument { | ||||
|   } | ||||
|  | ||||
|   void freePool() { | ||||
|     this->deallocate(memoryPool().buffer()); | ||||
|     this->deallocate(getPool()->buffer()); | ||||
|   } | ||||
|  | ||||
|   void copyAssignFrom(const JsonDocument& src) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user