mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-04-12 21:05:48 +02:00
Added DeserializationError::f_str() (issue #846)
This commit is contained in:
@@ -50,7 +50,7 @@ void setup() {
|
||||
// Test if parsing succeeded.
|
||||
if (error) {
|
||||
Serial.print("deserializeMsgPack() failed: ");
|
||||
Serial.println(error.c_str());
|
||||
Serial.println(error.f_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user