forked from bblanchon/ArduinoJson
Added example MsgPackParser.ino
(issue #358)
This commit is contained in:
@ -40,7 +40,7 @@ void setup() {
|
||||
|
||||
// Test if parsing succeeds.
|
||||
if (error) {
|
||||
Serial.println("parseObject() failed");
|
||||
Serial.println("deserializeJson() failed");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user