I've got the next error message invalid conversion from 'const char*' to 'long int' [-fpermissive] in the next line configTime(TIMEZONE.c_str(), NTP_SERVERS); How can I solve it?
I've got the next error message
invalid conversion from 'const char*' to 'long int' [-fpermissive]
in the next line
configTime(TIMEZONE.c_str(), NTP_SERVERS);
How can I solve it?