Closed icevoodoo closed 5 years ago
It looks like ArduinoJson library has moved to version 6 and it is not supported by espurna yet, I had the same issue today and fixed it by replacing
lib_deps = ArduinoJson
with
lib_deps = https://github.com/bblanchon/ArduinoJson#v5.13.5
in platformio.ini
do not know if it is the preferred or more canonical way to sort this out but it works
I hope it helps Oscar
It looks like ArduinoJson library has moved to version 6 and it is not supported by espurna yet, I had the same issue today and fixed it by replacing
lib_deps = ArduinoJson
with
lib_deps = https://github.com/bblanchon/ArduinoJson#v5.13.5
in platformio.ini
do not know if it is the preferred or more canonical way to sort this out but it works
I hope it helps Oscar
Thanks you are right , it works. Hope this will be resolved soon to work with the new ArduinoJson 6.
Worked to me as well, thank you
I get those errors bellow when I try to compile Espurna for Sonoff-TH. I use Visual Studio Code. Untill 2-3 day ago everything was OK. Now the latest arduinojson has broke my compilation process.
Please advice, and 10x for Your time.