Added example MsgPackParser.ino (issue #358)

This commit is contained in:
Benoit Blanchon
2018-04-10 17:55:51 +02:00
parent cb723840d9
commit a13b9e8bdc
3 changed files with 89 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void setup() {
// Test if parsing succeeds.
if (error) {
Serial.println("parseObject() failed");
Serial.println("deserializeJson() failed");
return;
}