mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Removed JsonVariant::as<char>() (fixes #1498)
				
					
				
			This commit is contained in:
		| @@ -68,9 +68,6 @@ TEST_CASE("JsonVariant set()/get()") { | ||||
|   SECTION("Float") { | ||||
|     checkNumericType<float>(); | ||||
|   } | ||||
|   SECTION("Char") { | ||||
|     checkNumericType<char>(); | ||||
|   } | ||||
|   SECTION("SChar") { | ||||
|     checkNumericType<signed char>(); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user