Hi Petrica,
Thanks for these infos.
Could you try to replace this line
StaticJsonBuffer<JSON_MSG_CALC_BUFFER> jsonBuffer;
by
StaticJsonBuffer<JSON_MSG_BUFFER> jsonBuffer;
Maybe it could help
Hi Petrica,
Thanks for these infos.
Could you try to replace this line
StaticJsonBuffer<JSON_MSG_CALC_BUFFER> jsonBuffer;
by
StaticJsonBuffer<JSON_MSG_BUFFER> jsonBuffer;
Maybe it could help