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

->valuestring appears to have a 256 byte limit. #62

Open
aiiskoplusaiist opened this issue Aug 21, 2014 · 3 comments
Open

->valuestring appears to have a 256 byte limit. #62

aiiskoplusaiist opened this issue Aug 21, 2014 · 3 comments

Comments

@aiiskoplusaiist
Copy link

I'm storing a few KB of data in base64 format in a json file.

The library handles parsing the entire thing perfectly but when it comes to extracting the valuestring from an object, it only returns the first 256 bytes.

I have plenty of free RAM and the program continues to run, just without the full string. Not sure why this is.

@wleev
Copy link

wleev commented Mar 13, 2015

Just change the define in the header to whatever size you need.
#define PRINT_BUFFER_LEN #### (default: 256)

This probably won't help you anymore, but it might help others.

@aiiskoplusaiist
Copy link
Author

Ah, this didn't exist in the version I was using back then. Thanks for the reply

@probonopd
Copy link
Contributor

Is it possible to do this from the sketch or does one need to change the library?

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

3 participants