02-05-2023, 17:08
Hi Caneira,
I have upgraded my 4ProDB but it didn't compiled with libraries from package. (error on line 401 struct tm timeinfo; )
After updating time and DS3232 libraries it compiled well.
I don't know which one caused the problem.
I have a question about json:
i would like to have all extra sensors.
If I add ad-hoc lines of code at the end of send_JSON routine , do I have to extend the buffer as well?
Thanks
I have upgraded my 4ProDB but it didn't compiled with libraries from package. (error on line 401 struct tm timeinfo; )
After updating time and DS3232 libraries it compiled well.
I don't know which one caused the problem.
I have a question about json:
i would like to have all extra sensors.
If I add ad-hoc lines of code at the end of send_JSON routine , do I have to extend the buffer as well?
Code:
void send_JSON()
{
DynamicJsonDocument WeatherData(528);
char t_buffer[420];Laurent

