Change the default of ARDUINOJSON_USE_DOUBLE to 1

This commit is contained in:
Benoit Blanchon
2021-10-19 20:10:47 +02:00
parent 7046c38c84
commit 7764515f56
4 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Remove `ARDUINOJSON_EMBEDDED_MODE` and assume we run on an embedded platform.
Dependent settings (like `ARDUINOJSON_DEFAULT_NESTING_LIMIT`) must be set individually.
* Change the default of `ARDUINOJSON_USE_DOUBLE` to `1`
v6.18.5 (2021-09-28)
-------