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

How do i increase the buffer size ???? #11

Open
yash-malviya opened this issue Nov 1, 2019 · 3 comments
Open

How do i increase the buffer size ???? #11

yash-malviya opened this issue Nov 1, 2019 · 3 comments

Comments

@yash-malviya
Copy link

When i try to send a larger Json document it gives me an error "Buffer too short"

@trahloff
Copy link

Any update on this? I have the same problem.

@debsahu
Copy link
Owner

debsahu commented Apr 16, 2020

Did you increase the buffer size for ArduinoJson?

DynamicJsonDocument jsonBuffer(JSON_OBJECT_SIZE(3) + 100);

@CharlesLuttos
Copy link

Getting same issue, even increasing buffer size, if increasing too much, the document gets empty..

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

4 participants