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
.pio/libdeps/esp-wrover-kit/PsychicHttp/src/PsychicJson.cpp:4:111: error: class 'PsychicJsonResponse' does not have any field named '__response'
4 | PsychicJsonResponse::PsychicJsonResponse(PsychicResponse* response, bool isArray, size_t maxJsonBufferSize) : __response(response),
| ^~~~~~~~~~
.pio/libdeps/esp-wrover-kit/PsychicHttp/src/PsychicJson.cpp:5:140: error: no matching function for call to 'PsychicResponseDelegate::PsychicResponseDelegate()'
5 | _jsonBuffer(maxJsonBufferSize)
|
when compiling with arduinojsonv6 an error is produced by psychic
The text was updated successfully, but these errors were encountered:
when compiling with arduinojsonv6 an error is produced by psychic
The text was updated successfully, but these errors were encountered: