mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Remove ARDUINOJSON_HAS_NULLPTR (#1820)
				
					
				
			This commit is contained in:
		| @@ -2,10 +2,6 @@ | ||||
|  | ||||
| #include <catch.hpp> | ||||
|  | ||||
| #if !ARDUINOJSON_HAS_NULLPTR | ||||
| #  error ARDUINOJSON_HAS_NULLPTR must be set to 1 | ||||
| #endif | ||||
|  | ||||
| TEST_CASE("nullptr") { | ||||
|   DynamicJsonDocument doc(4096); | ||||
|   JsonVariant variant = doc.to<JsonVariant>(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user