ArduinoJson 6.17.2 * Fixed invalid conversion error in `operator|(JsonVariant, char*)` (issue #1432) * Changed the default value of `ARDUINOJSON_ENABLE_PROGMEM` (issue #1433).
Changes since 6.17.1
- Fixed invalid conversion error in
operator|(JsonVariant, char*)(issue #1432) - Changed the default value of
ARDUINOJSON_ENABLE_PROGMEM(issue #1433). It now checks that thepgm_read_XXXmacros are defined before enablingPROGMEM.
How to install
There are several ways to install ArduinoJson, from simpler to more complex:
- Use the Arduino Library Manager or equivalent
- Download
ArduinoJson-v6.17.2.hput it in your project folder - Download
ArduinoJson-v6.17.2.zipand extract it into youlibrariesfolder
Note: ArduinoJson-v6.17.2.h and ArduinoJson-v6.17.2.hpp are almost identical; the difference is that the .hpp keeps everything in the ArduinoJson namespace.