Hello, I have a problem compiling code in arduino, error code below
LEDMatrix_ClockWeather.h:360:44: error: invalid operands of types 'gnu_cxx::__enable_if<true, double>::type' {aka 'double'} and 'long int' to binary 'operator%'
360
long epoch = round(curEpoch + 86400L) % (long)86400L; // NTP
Hello, I have a problem compiling code in arduino, error code below
~~~~~~ ^ ~~~~~~