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

ArduinoJson 5 in esp8266_artnet_dmx512.ino #10

Closed
Byonnem opened this issue Mar 24, 2019 · 1 comment
Closed

ArduinoJson 5 in esp8266_artnet_dmx512.ino #10

Byonnem opened this issue Mar 24, 2019 · 1 comment

Comments

@Byonnem
Copy link

Byonnem commented Mar 24, 2019

Hi,

While compiling The artnet-DMX-512 project i got the following message

esp8266_artnet_dmx512:206: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6

 StaticJsonBuffer<300> jsonBuffer;

       ^

exit status 1
StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6

I solved this by downgrading ArduinoJson 6 to 5. However, i think it is desireable if a rewrite to A-JS 6 is made.

With Kind Regards,

Menno

@robertoostenveld
Copy link
Owner

ArduinoJson 6 was for a long time flagged by the developer as "not ready for production use", because the interface to the functions was still changing.

When I just checked the https://arduinojson.org website, it appears that version 6 is now considered stable. As such it would now be appropriate to convert the code from v5 to v6 according to https://arduinojson.org/v6/doc/upgrade/.

As it does not address a need that I have myself, I will not prioritize this. But I do welcome contributions in the form of a pull request.

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

2 participants