Include ARDUINOJSON_SLOT_OFFSET_SIZE in the namespace name

This commit is contained in:
Benoit Blanchon
2023-07-12 14:54:19 +02:00
parent afbcc2106e
commit 433fb4b961
3 changed files with 6 additions and 4 deletions

View File

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