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
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
The text was updated successfully, but these errors were encountered:
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.
Hi,
While compiling The artnet-DMX-512 project i got the following message
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
The text was updated successfully, but these errors were encountered: