mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added DeserializationError::f_str() (issue #846)
				
					
				
			This commit is contained in:
		| @@ -42,7 +42,7 @@ void setup() { | ||||
|   // Test if parsing succeeds. | ||||
|   if (error) { | ||||
|     Serial.print(F("deserializeJson() failed: ")); | ||||
|     Serial.println(error.c_str()); | ||||
|     Serial.println(error.f_str()); | ||||
|     return; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user