ArduinoJson 6.17.2 * Fixed invalid conversion error in `operator|(JsonVariant, char*)` (issue #1432) * Changed the default value of `ARDUINOJSON_ENABLE_PROGMEM` (issue #1433).
6.17.1
Changes since- 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_XXX
macros 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.h
put it in your project folder - Download
ArduinoJson-v6.17.2.zip
and extract it into youlibraries
folder
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.