Change the default of ARDUINOJSON_USE_LONG_LONG to 1 on 32-bit platforms

This commit is contained in:
Benoit Blanchon
2021-10-18 16:23:59 +02:00
parent 7764515f56
commit e4658e963f
3 changed files with 9 additions and 1 deletions

View File

@@ -7,6 +7,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`
* Change the default of `ARDUINOJSON_USE_LONG_LONG` to `1` on 32-bit platforms
v6.18.5 (2021-09-28)
-------