mtongnz / ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
GNU General Public License v3.0
612 stars 157 forks source link

arduinojson version mismatch #107

Open dhgreg opened 5 years ago

dhgreg commented 5 years ago

It took me a while to find the issue with not being able to compile out of the box. so I hope this helps some other poor soul. error compiling Arduinojson.h needs to be rolled back below 6.XXX. in the Arduino IDE Sketch>Include Library>Manage Library>[search arduinoJson]>verison.......rollback to 5.13.3.

compile ;)

https://github.com/bblanchon/ArduinoJson/issues/756

jtthewoodworker commented 5 years ago

Thanks dhgreg! You helped this poor soul!