dreed47 / WifiMQTTManager

ESP32/ESP8266 library for managing your IoT devices.
GNU General Public License v3.0
82 stars 33 forks source link

error: DynamicJsonBuffer is a class from ArduinoJson 5 #17

Open Alternating opened 3 years ago

Alternating commented 3 years ago

lease see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6 DynamicJsonBuffer jsonBuffer;

Looks like they upgraded the json calls so it breaks the sketch :-( I