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

4.0 and 4.1 wont verify in Arduino 1.0.5 #39

Closed
adamfowleruk opened this issue Dec 22, 2014 · 2 comments
Closed

4.0 and 4.1 wont verify in Arduino 1.0.5 #39

adamfowleruk opened this issue Dec 22, 2014 · 2 comments
Assignees
Labels
question v5 ArduinoJson 5

Comments

@adamfowleruk
Copy link

I get this message after following your instructions, and trying to verify the JsonGeneratorExample:-

JsonGeneratorExample.ino: In function 'void setup()':
JsonGeneratorExample:12: error: 'StaticJsonBuffer' was not declared in this scope
JsonGeneratorExample:12: error: 'jsonBuffer' was not declared in this scope
JsonGeneratorExample:14: error: 'JsonObject' was not declared in this scope
JsonGeneratorExample:14: error: 'root' was not declared in this scope
JsonGeneratorExample:18: error: 'JsonArray' was not declared in this scope
JsonGeneratorExample:18: error: 'data' was not declared in this scope

Similar output for the other two example also.

Please advise.

@bblanchon
Copy link
Owner

Please upgrade to Arduino IDE 1.0.6 which support the new library layout.

@bblanchon bblanchon self-assigned this Dec 22, 2014
@adamfowleruk
Copy link
Author

Confirmed this now works on Arduino 1.0.6. Thanks!

bblanchon added a commit that referenced this issue May 31, 2015
This reverts commit 4165113.

Conflicts:
	ArduinoJson.cpp
Repository owner locked and limited conversation to collaborators Sep 21, 2018
@bblanchon bblanchon added the v5 ArduinoJson 5 label Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question v5 ArduinoJson 5
Projects
None yet
Development

No branches or pull requests

2 participants