Open Jefficus opened 3 years ago
6.18.5 compiles just fine for me ( you might have an error in your version strings, there is no (16.*)
I got the same error, I fixed by using the version @KoffeinKaio mentions. I don't now why but by default it picks version 5.13.4 which gives compilation errors.
Adding:
lib_deps =
https://github.com/bblanchon/ArduinoJson.git#6ea2815341582759ac566fc836ab575f6414563d
Solved the problem for me.
Compiling the demo8266.ino sketch fails due to conflicts as shown below. I was trying to compile against the latest ArduinoJson (16.18.4) but found that by reverting all the way back to 16.16.1, the compilation succeeded. Using the older version of the JSON library will probably be sufficient for my needs, but thought I should report this for the benefit of those who might need the newer version. Also, it might be worth documenting in the README which version of the ArduinoJson library has been verified.