You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: