updated arduinojson to 6.17.1

This commit is contained in:
Paul
2020-11-08 20:23:52 +01:00
parent 240710fbbe
commit 8c207a9ddf
14 changed files with 117 additions and 113 deletions

View File

@@ -1,6 +1,13 @@
ArduinoJson: change log
=======================
v6.17.1 (2020-11-07)
-------
* Fixed error `ambiguous overload for 'operator|'` (issue #1411)
* Fixed `operator|(MemberProxy, JsonObject)` (issue #1415)
* Allowed more than 32767 values in non-embedded mode (issue #1414)
v6.17.0 (2020-10-19)
-------