mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	JsonArray::remove() and JsonObject::remove() now release the memory of strings
This commit is contained in:
		| @@ -11,6 +11,8 @@ if(${COVERAGE}) | ||||
| 	set(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage") | ||||
| endif() | ||||
|  | ||||
| add_definitions(-DARDUINOJSON_DEBUG) | ||||
|  | ||||
| include_directories(${CMAKE_CURRENT_LIST_DIR}/src) | ||||
| add_subdirectory(third-party/catch) | ||||
| add_subdirectory(test) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user