WebConfig icon indicating copy to clipboard operation
WebConfig copied to clipboard

Latest version does not compile against ArduinoJson v6.20.0

Open kevhaz opened this issue 2 years ago • 1 comments

Just a heads ups, but I had to ensure I remained on 6.19.4 in order for this module to compile.

kevhaz avatar Jan 05 '23 01:01 kevhaz

Arduino 2.2.1 Json library instaled. In file WebConfig.cpp line 27 : "#include <Arduino_Json.h>" Should be : "#include <Arduino_JSON.h>"

agcorcho avatar Feb 05 '24 22:02 agcorcho