Fix double call to size() in serializeMsgPack()

This commit is contained in:
Benoit Blanchon
2023-07-12 11:54:20 +02:00
parent 7b1c012f80
commit afbcc2106e
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Fix compatibility with the Blynk libary (issue #1914)
* Fix double lookup in `to<JsonVariant>()`
* Fix double call to `size()` in `serializeMsgPack()`
v6.21.2 (2023-04-12)
-------