You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone having errors related to the Arduino Json library try installing version 6.21.3, and replacing "#include <ArduinoJson.h>"
with "#include <ArduinoJson.hpp>". That fixed the problem for me.