You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArduinoJson 7 is out. Would be interesting to test both overall performance and memory usage. Now that it uses dynamic memory allocation I'm curious what happens with mem fragmentation (Max Alloc).
I also removed all the & references from JsonObject and JsonArray as there are already semantically references to JsonDocument. And added JsonObjectConst where necessary. It doesn't affect the code size or performance, perhaps prevent dangling references if they ever happen.
ArduinoJson 7 is out. Would be interesting to test both overall performance and memory usage. Now that it uses dynamic memory allocation I'm curious what happens with mem fragmentation (Max Alloc).
https://arduinojson.org/v7/how-to/upgrade-from-v6/
The text was updated successfully, but these errors were encountered: