#define change_color 15000 // 15 seconds (15000 ms) between changing colours
if ((millis() - prev_time_ch*) >= change_color) {*
Seems like a long time all the time?
#define change_color 15000 // 15 seconds (15000 ms) between changing colours
if ((millis() - prev_time_ch*) >= change_color) {*
Seems like a long time all the time?