Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation arduinojsonv6 (psychicv2) [bug] #211

Open
playmiel opened this issue Feb 14, 2025 · 0 comments
Open

compilation arduinojsonv6 (psychicv2) [bug] #211

playmiel opened this issue Feb 14, 2025 · 0 comments

Comments

@playmiel
Copy link

playmiel commented Feb 14, 2025


.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant