Remove ARDUINOJSON_EMBEDDED_MODE

This commit is contained in:
Benoit Blanchon
2021-10-18 15:24:45 +02:00
parent 9e9bb30a57
commit 7046c38c84
6 changed files with 63 additions and 117 deletions

View File

@@ -1,6 +1,12 @@
ArduinoJson: change log
=======================
HEAD
----
* Remove `ARDUINOJSON_EMBEDDED_MODE` and assume we run on an embedded platform.
Dependent settings (like `ARDUINOJSON_DEFAULT_NESTING_LIMIT`) must be set individually.
v6.18.5 (2021-09-28)
-------