marthoc / GarHAge

a Home-Automation-friendly ESP8266-based MQTT Garage Door Controller
MIT License
170 stars 42 forks source link

ArduinoJSON #25

Open rumlak opened 5 years ago

rumlak commented 5 years ago

Update to use latest ArduinoJSON version. (or at least update instructions to specify)

Anything after 5.13.2 does not support jsonBuffer and throws errors.

marthoc commented 5 years ago

From the ArduinoJSON site: “The Arduino Library Manager installs the ArduinoJson version 6 by default. However, using version 5 is highly recommended because version 6 is still in beta stage. Open the Arduino Library Manager and make sure that ArduinoJson version 5 is installed.”