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

FlashString incompatible with ArduinoJson 6.13.0 #1952

Closed
mikee47 opened this issue Nov 7, 2019 · 0 comments · Fixed by #1974
Closed

FlashString incompatible with ArduinoJson 6.13.0 #1952

mikee47 opened this issue Nov 7, 2019 · 0 comments · Fixed by #1974

Comments

@mikee47
Copy link
Contributor

mikee47 commented Nov 7, 2019

Sming currently uses ArduinoJson 6.12.

Version 6.13 has been released, however it is not currently compatible with FlashStrings. See bblanchon/ArduinoJson#1126.

I'm working on an update to FlashString, with improvements to table support and the addition of associative maps, i.e. Key => Value structures stored directly in flash.

slaff pushed a commit that referenced this issue Nov 21, 2019
I've pulled out FlashString.h into a separate Component and constructed a library from it.
Plus a few little upgrades.

Fixes #1952.

Pre-built documentation can be found at https://smingdev.readthedocs.io/en/latest/_inc/Sming/Components/FlashString/index.html.

Travis integration tests are packaged into the library, which pulls in Sming from the develop branch in my own repo. This allows me to merge any necessary changes to Sming (i.e. this PR) and check it as a package.

CI tests here https://travis-ci.org/mikee47/FlashString
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

Successfully merging a pull request may close this issue.

1 participant