Fixed value returned by serializeXxx() when writing to a String

This commit is contained in:
Benoit Blanchon
2020-01-14 10:32:52 +01:00
parent 25879466da
commit 3aebef6d0a
4 changed files with 48 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ HEAD
* Added `measureJson`, `measureJsonPretty`, and `measureMsgPack` to `keywords.txt`
(This file is used for syntax highlighting in the Arduino IDE)
* Fixed `variant.is<nullptr_t>()`
* Fixed value returned by `serializeJson()`, `serializeJsonPretty()`, and `serializeMsgPack()` when writing to a `String`
> ### BREAKING CHANGES
>